org.kohsuke.stapler.jelly.groovy
Class GroovyServerPageScript

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Script
          extended by org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
              extended by org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
                  extended by 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
protected GroovyServerPageScript()
           
 
Method Summary
 Writer getOut()
          SimpleTemplateEngine expects 'out' variable
 
Methods inherited from class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
_, _
 
Methods inherited from class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
getDelegate, getProperty, invokeMethod, setDelegate, setProperty
 
Methods inherited from class groovy.lang.Script
evaluate, evaluate, getBinding, print, printf, printf, println, println, run, run, setBinding
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyServerPageScript

protected GroovyServerPageScript()
Method Detail

getOut

public Writer getOut()
SimpleTemplateEngine expects 'out' variable



Copyright © 2012. All Rights Reserved.