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
ActionResult
render
in interface ActionResult
actionRequest
- action requestobject
- action method result, may be null
.java.lang.Exception
Copyright © 2003-present Jodd Team