hudson.widgets
Class RenderOnDemandClosure

java.lang.Object
  extended by hudson.widgets.RenderOnDemandClosure

public class RenderOnDemandClosure
extends Object

Captured Jelly Script that can be rendered later on demand from JavaScript.

Author:
Kohsuke Kawaguchi

Constructor Summary
RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context, String attributesToCapture)
           
 
Method Summary
 org.kohsuke.stapler.HttpResponse render()
          Renders the captured fragment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.



Copyright © 2004-2013. All Rights Reserved.