Class RenderOnDemandClosure


  • public class RenderOnDemandClosure
    extends Object
    Captured Jelly Script that can be rendered later on demand from JavaScript.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • RenderOnDemandClosure

        public RenderOnDemandClosure​(org.apache.commons.jelly.JellyContext context,
                                     String attributesToCapture)
    • Method Detail

      • render

        @JavaScriptMethod
        public org.kohsuke.stapler.HttpResponse render()
        Renders the captured fragment.