Package org.kohsuke.stapler.jelly.groovy
Class GroovyClassTearOff
java.lang.Object
org.kohsuke.stapler.CachingScriptLoader<S,E>
org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
public final class GroovyClassTearOff
extends org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class org.kohsuke.stapler.AbstractTearOff
classLoader, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.RequestDispatchercreateDispatcher(Object it, String viewName) Deprecated.removed without replacementprotected StringparseScript(URL res) Methods inherited from class org.kohsuke.stapler.AbstractTearOff
getResource, getWebApp, hasAllowedExtension, loadScript, resolveScriptMethods inherited from class org.kohsuke.stapler.CachingScriptLoader
clearScripts, findScript
-
Constructor Details
-
GroovyClassTearOff
public GroovyClassTearOff(org.kohsuke.stapler.MetaClass owner)
-
-
Method Details
-
getDefaultScriptExtension
- Specified by:
getDefaultScriptExtensionin classorg.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript, IOException>
-
parseScript
- Specified by:
parseScriptin classorg.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript, IOException> - Throws:
IOException
-
createDispatcher
@Deprecated public jakarta.servlet.RequestDispatcher createDispatcher(Object it, String viewName) throws IOException Deprecated.removed without replacementCreates aRequestDispatcherthat forwards to the jelly view, if available.- Throws:
IOException
-