jodd.madvoc.result
Class RawResult
java.lang.Object
jodd.madvoc.result.ActionResult
jodd.madvoc.result.RawResult
public class RawResult
- extends ActionResult
Raw results directly writes byte context to the output.
Output is closed after writing.
|
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
madvocConfig
@In(scope=CONTEXT)
protected MadvocConfig madvocConfig
RawResult
public RawResult()
render
public void render(ActionRequest actionRequest,
java.lang.Object resultObject,
java.lang.String resultValue,
java.lang.String resultPath)
throws java.io.IOException
- 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.io.IOException
Copyright © 2003-2011 Jodd Team