public class ServletDispatcherActionResult extends AbstractTemplateViewActionResult
ServletRedirectActionResult
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
extensions |
resultMapper, targetCache
Constructor and Description |
---|
ServletDispatcherActionResult() |
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 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, targetNotFound
protected void renderView(ActionRequest actionRequest, java.lang.String target) throws java.lang.Exception
renderView
in class AbstractTemplateViewActionResult
java.lang.Exception
protected java.lang.String locateTarget(ActionRequest actionRequest, java.lang.String path)
locateTarget
in class AbstractTemplateViewActionResult
protected boolean targetExists(ActionRequest actionRequest, java.lang.String target)
true
if target exists.Copyright © 2003-present Jodd Team