@FunctionalInterface
public interface ActionResult<T>
| Modifier and Type | Method and Description |
|---|---|
void |
render(ActionRequest actionRequest,
T resultValue)
Renders result on given action result value.
|
void render(ActionRequest actionRequest, T resultValue) throws java.lang.Exception
actionRequest - action requestresultValue - action method result, may be null or any type.java.lang.ExceptionCopyright © 2003-present Jodd Team