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