public abstract class AbstractRubyTearOff extends
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRubyTearOff(MetaClass owner) |
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
createDispatcher(Object it,
String viewName)
Creates a
RequestDispatcher that forwards to the jelly view, if available. |
protected abstract String |
getDefaultScriptExtension()
Defines the file extension, like ".erb", that designates this kind of view type.
|
Script |
parseScript(URL res) |
protected abstract String getDefaultScriptExtension()
public Script parseScript(URL res) throws IOException
IOExceptionpublic RequestDispatcher createDispatcher(Object it, String viewName) throws IOException
RequestDispatcher that forwards to the jelly view, if available.IOExceptionCopyright © 2014. All rights reserved.