Package org.kohsuke.stapler.jelly.groovy
Class GroovyServerPageTearOff
- java.lang.Object
-
- org.kohsuke.stapler.CachingScriptLoader<S,E>
-
- org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
-
- org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff
-
public class GroovyServerPageTearOff extends org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description GroovyServerPageTearOff(org.kohsuke.stapler.MetaClass owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.servlet.RequestDispatchercreateDispatcher(Object it, String viewName)Deprecated.protected StringgetDefaultScriptExtension()GroovierJellyScriptparseScript(URL res)
-
-
-
Method Detail
-
getDefaultScriptExtension
protected String getDefaultScriptExtension()
- Specified by:
getDefaultScriptExtensionin classorg.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
-
parseScript
public GroovierJellyScript parseScript(URL res) throws IOException
- Specified by:
parseScriptin classorg.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>- Throws:
IOException
-
createDispatcher
@Deprecated public javax.servlet.RequestDispatcher createDispatcher(Object it, String viewName) throws IOException
Deprecated.Creates aRequestDispatcherthat forwards to the jelly view, if available.- Throws:
IOException
-
-