public class RenderOnDemandClosure extends Object
Script that can be rendered later on demand from JavaScript.| Constructor and Description |
|---|
RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context,
String attributesToCapture) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
render()
Renders the captured fragment.
|
public RenderOnDemandClosure(org.apache.commons.jelly.JellyContext context,
String attributesToCapture)
Copyright © 2019. All rights reserved.