org.kohsuke.stapler.jelly.groovy
Class GroovyClassTearOff
java.lang.Object
org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,java.io.IOException>
org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
public final class GroovyClassTearOff
- extends org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,java.io.IOException>
- Author:
- Kohsuke Kawaguchi
| Fields inherited from class org.kohsuke.stapler.AbstractTearOff |
classLoader, owner |
|
Method Summary |
javax.servlet.RequestDispatcher |
createDispatcher(java.lang.Object it,
java.lang.String viewName)
Creates a RequestDispatcher that forwards to the jelly view, if available. |
GroovierJellyScript |
parseScript(java.net.URL res)
|
boolean |
serveIndexGroovy(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
java.lang.Object node)
|
| Methods inherited from class org.kohsuke.stapler.AbstractTearOff |
findResource, findScript |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyClassTearOff
public GroovyClassTearOff(org.kohsuke.stapler.MetaClass owner)
parseScript
public GroovierJellyScript parseScript(java.net.URL res)
throws java.io.IOException
- Specified by:
parseScript in class org.kohsuke.stapler.AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,java.io.IOException>
- Throws:
java.io.IOException
serveIndexGroovy
public boolean serveIndexGroovy(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
java.lang.Object node)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
createDispatcher
public javax.servlet.RequestDispatcher createDispatcher(java.lang.Object it,
java.lang.String viewName)
throws java.io.IOException
- Creates a
RequestDispatcher that forwards to the jelly view, if available.
- Throws:
java.io.IOException
Copyright © 2009. All Rights Reserved.