public class GroovyServerPageTearOff extends AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>
classLoader, owner| Constructor and Description |
|---|
GroovyServerPageTearOff(MetaClass owner) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.RequestDispatcher |
createDispatcher(Object it,
String viewName)
Creates a
RequestDispatcher that forwards to the jelly view, if available. |
protected String |
getDefaultScriptExtension() |
GroovierJellyScript |
parseScript(URL res) |
getResource, getWebApp, hasAllowedExtension, loadScript, resolveScriptclearScripts, findScriptpublic GroovyServerPageTearOff(MetaClass owner)
protected String getDefaultScriptExtension()
getDefaultScriptExtension in class AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>public GroovierJellyScript parseScript(URL res) throws IOException
parseScript in class AbstractTearOff<GroovyClassLoaderTearOff,GroovierJellyScript,IOException>IOExceptionpublic javax.servlet.RequestDispatcher createDispatcher(Object it, String viewName) throws IOException
RequestDispatcher that forwards to the jelly view, if available.IOExceptionCopyright © 2016. All Rights Reserved.