Package org.kohsuke.stapler.jelly.groovy
Class GroovyServerPageScript
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Script
org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
org.kohsuke.stapler.jelly.groovy.GroovyServerPageScript
- All Implemented Interfaces:
groovy.lang.GroovyObject
Base class for compiled GSP files.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
scriptURL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
gettext, gettextMethods inherited from class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
getDelegate, getProperty, invokeMethod, setDelegate, setPropertyMethods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, print, printf, printf, println, println, run, run, setBindingMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Constructor Details
-
GroovyServerPageScript
protected GroovyServerPageScript()
-
-
Method Details
-
getOut
SimpleTemplateEngineexpects 'out' variable
-