jodd.madvoc.result
Class HttpStatusResult
java.lang.Object
jodd.madvoc.result.ActionResult
jodd.madvoc.result.HttpStatusResult
public class HttpStatusResult
- extends ActionResult
Sets HTTP status or error code.
|
Field Summary |
static java.lang.String |
NAME
|
|
Method Summary |
void |
render(ActionRequest actionRequest,
java.lang.Object resultObject,
java.lang.String resultValue,
java.lang.String resultPath)
Executes result on given action result value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
HttpStatusResult
public HttpStatusResult()
render
public void render(ActionRequest actionRequest,
java.lang.Object resultObject,
java.lang.String resultValue,
java.lang.String resultPath)
throws java.lang.Exception
- Description copied from class:
ActionResult
- Executes result on given action result value.
- Specified by:
render in class ActionResult
- Parameters:
actionRequest - action requestresultObject - reference to action method result, may be nullresultValue - string representation of result, may be nullresultPath - result path
- Throws:
java.lang.Exception
Copyright © 2003-2011 Jodd Team