Package hudson.widgets
Class RenderOnDemandClosure
java.lang.Object
hudson.widgets.RenderOnDemandClosure
Captured Jelly
Script
that can be rendered later on demand from JavaScript.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
ConstructorDescriptionRenderOnDemandClosure
(org.apache.commons.jelly.JellyContext context, String attributesToCapture) -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
render()
Renders the captured fragment.
-
Constructor Details
-
RenderOnDemandClosure
public RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context, String attributesToCapture)
-
-
Method Details
-
render
@JavaScriptMethod public org.kohsuke.stapler.HttpResponse render()Renders the captured fragment.
-