Package hudson.widgets
Class RenderOnDemandClosure
- java.lang.Object
-
- hudson.widgets.RenderOnDemandClosure
-
public class RenderOnDemandClosure extends Object
Captured JellyScript
that can be rendered later on demand from JavaScript.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context, String attributesToCapture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
render()
Renders the captured fragment.
-
-
-
Constructor Detail
-
RenderOnDemandClosure
public RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context, String attributesToCapture)
-
-