public class RawResult extends BaseActionResult<RawResultData>
| Modifier and Type | Field and Description |
|---|---|
protected MadvocConfig |
madvocConfig |
resultName, resultValueType| Constructor and Description |
|---|
RawResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
RawResultData resultValue)
Renders result on given action result value.
|
getResultName, getResultValueType, init, resolveResultValueType, toString@In(scope=CONTEXT) protected MadvocConfig madvocConfig
public void render(ActionRequest actionRequest, RawResultData resultValue) throws java.io.IOException
ActionResultactionRequest - action requestresultValue - action method result, may be nulljava.io.IOExceptionCopyright © 2003-2013 Jodd Team