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
public abstract class GroovyServerPageScript extends StaplerClosureScript
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 Modifier Constructor Description protectedGroovyServerPageScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WritergetOut()SimpleTemplateEngineexpects 'out' variable-
Methods inherited from class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
gettext, gettext
-
Methods inherited from class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
getDelegate, getProperty, invokeMethod, setDelegate, setProperty
-
-
-
-
Method Detail
-
getOut
public Writer getOut()
SimpleTemplateEngineexpects 'out' variable
-
-