public class ServletDispatcherActionResult extends AbstractTemplateViewActionResult
ServletRedirectActionResult
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
defaultViewExtensions |
protected java.lang.String |
defaultViewPageName |
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 Redirect |
resultOf(java.lang.Object value)
Converts different types to path result.
|
protected boolean |
targetExists(ActionRequest actionRequest,
java.lang.String target)
Returns
true if target exists. |
render, resolveTarget, targetNotFound
protected final java.lang.String[] defaultViewExtensions
protected final java.lang.String defaultViewPageName
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.protected Redirect resultOf(java.lang.Object value)
AbstractTemplateViewActionResult
resultOf
in class AbstractTemplateViewActionResult
Copyright © 2003-present Jodd Team