| java.lang.Object org.directwebremoting.webwork.DWRAction
DWRAction | public class DWRAction (Code) | | This class represents the entry point to all WebWork action invocations. It identifies the
action to be invoked, prepares the action invocation context and finally wraps the
result.
You can configure an IDWRActionProcessor through a context-wide initialization parameter
dwrActionProcessor that whose methods will be invoked around action invocation.
author: Alexandru Popescu |
Method Summary | |
protected AjaxResult | doExecute(ActionDefinition actionDefinition, Map<String, String> params, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) | public static AjaxResult | execute(ActionDefinition actionDefinition, Map<String, String> params, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Entry point for all action invocations. | protected ActionMapping | getActionMapping(ActionDefinition actionDefinition, Map<String, String> params) | protected AjaxTextResult | getTextResult(FakeHttpServletResponse response) | protected ActionInvocation | invokeAction(DispatcherUtils du, HttpServletRequest request, HttpServletResponse response, ServletContext context, ActionDefinition actionDefinition, Map<String, String> params) | protected void | prepareContinuationAction(HttpServletRequest request, Map<String, Object> extraContext) |
|
|