public class ServletDispatcherResult extends AbstractTemplateViewResult
ServletRedirectResult| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
extensions |
static java.lang.String |
NAME |
resultMapper, targetCacheresultName, resultValueType| Constructor and Description |
|---|
ServletDispatcherResult() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
locateTarget(ActionRequest actionRequest,
java.lang.String path)
Locates target using path with various extensions appended.
|
protected java.lang.String |
processTarget(ActionRequest actionRequest,
java.lang.String target)
Optionally processes target and returns modified target location of located JSP file.
|
protected void |
renderView(ActionRequest actionRequest,
java.lang.String target)
Renders the view by dispatching to the target JSP.
|
protected boolean |
targetExists(ActionRequest actionRequest,
java.lang.String target)
Returns
true if target exists. |
render, resolveTarget, targetNotFoundgetResultName, getResultValueType, init, resolveResultValueType, toStringpublic static final java.lang.String NAME
protected java.lang.String[] extensions
protected void renderView(ActionRequest actionRequest, java.lang.String target) throws java.lang.Exception
renderView in class AbstractTemplateViewResultjava.lang.Exceptionprotected java.lang.String locateTarget(ActionRequest actionRequest, java.lang.String path)
locateTarget in class AbstractTemplateViewResultprotected boolean targetExists(ActionRequest actionRequest, java.lang.String target)
true if target exists.protected java.lang.String processTarget(ActionRequest actionRequest, java.lang.String target)
Copyright © 2003-2013 Jodd Team