public class TextActionResult extends java.lang.Object implements ActionResult<TextResult>
| Modifier and Type | Field and Description |
|---|---|
protected MadvocConfig |
madvocConfig |
| Constructor and Description |
|---|
TextActionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
TextResult resultValue)
Renders result on given action result value.
|
@In @Scope(value=CONTEXT) protected MadvocConfig madvocConfig
public void render(ActionRequest actionRequest, TextResult resultValue) throws java.lang.Exception
ActionResultrender in interface ActionResult<TextResult>actionRequest - action requestresultValue - action method result, may be null.java.lang.ExceptionCopyright © 2003-present Jodd Team