|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionContext | |
com.cc.framework.adapter.struts | |
com.cc.framework.ui.control |
Uses of ActionContext in com.cc.framework.adapter.struts |
Subinterfaces of ActionContext in com.cc.framework.adapter.struts | |
interface |
FormActionContext
Encapsulate all parameter which will be used by invoking a Form-Action method |
Classes in com.cc.framework.adapter.struts that implement ActionContext | |
class |
ActionContextWrapper
Wrapper Class for the ActionContext |
class |
ConcreteActionContext
This class encapsulate all informations needed when calling a control action method. |
class |
ConcreteControlActionContext
encapsulates all parameters which are required if a control action is performed. |
class |
ConcreteFormActionContext
ActionContext for Actions in Forms |
Fields in com.cc.framework.adapter.struts declared as ActionContext | |
private ActionContext |
ActionContextWrapper.nested
The ActionContext |
Methods in com.cc.framework.adapter.struts that return ActionContext | |
ActionContext |
FWLookupDispatchAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
ActionContext |
FWLookupDispatchAction.handleFormAction(ActionContext ctx)
|
ActionContext |
FWLookupDispatchAction.createActionContext(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionContext |
FWDispatchAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
ActionContext |
FWDispatchAction.handleFormAction(ActionContext ctx)
|
ActionContext |
FWDispatchAction.createActionContext(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionContext |
FWAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
ActionContext |
FWAction.handleFormAction(ActionContext ctx)
|
ActionContext |
FWAction.createActionContext(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionContext |
FrameworkAction.createActionContext(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is called to create the ActionContext wrapper. |
ActionContext |
FrameworkAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
Handles an action which comes from a control on the form an delegates the request to the control. |
ActionContext |
FrameworkAction.handleFormAction(ActionContext ctx)
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass. |
static ActionContext |
ActionUtil.handleControlAction(FrameworkAction action,
ActionContext ctx,
ControlMethodInvocation cmi)
Handles an action which comes from a control on the form an delegates the request to the control. |
static ActionContext |
ActionUtil.handleFormAction(FrameworkAction action,
ActionContext ctx)
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass. |
static ActionContext |
ActionUtil.createActionContext(FrameworkAction action,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is called to create the ActionContext wrapper. |
Methods in com.cc.framework.adapter.struts with parameters of type ActionContext | |
void |
FWLookupDispatchAction.cleanup(ActionContext ctx)
|
Control |
FWLookupDispatchAction.getControlByName(ActionContext ctx,
java.lang.String name)
|
void |
FWLookupDispatchAction.applyControlStates(ActionContext ctx)
|
ActionContext |
FWLookupDispatchAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
void |
FWLookupDispatchAction.setControlValue(ActionContext ctx,
ControlValuePath path,
java.lang.String[] values)
|
void |
FWLookupDispatchAction.setControlValuesFromRequest(ActionContext ctx)
|
ActionContext |
FWLookupDispatchAction.handleFormAction(ActionContext ctx)
|
DialogContext |
FWLookupDispatchAction.getDialogContext(ActionContext ctx,
boolean create)
Returns or creates a dialog context |
boolean |
FWLookupDispatchAction.doPreExecute(ActionContext ctx)
|
void |
FWLookupDispatchAction.doPostExecute(ActionContext ctx)
|
void |
FWLookupDispatchAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FWLookupDispatchAction.execute(ActionContext ctx)
|
void |
FWLookupDispatchAction.doRenderAjaxResponse(ActionContext ctx,
javax.servlet.jsp.PageContext pageContext)
|
void |
FWDispatchAction.cleanup(ActionContext ctx)
|
Control |
FWDispatchAction.getControlByName(ActionContext ctx,
java.lang.String name)
|
void |
FWDispatchAction.applyControlStates(ActionContext ctx)
|
ActionContext |
FWDispatchAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
void |
FWDispatchAction.setControlValue(ActionContext ctx,
ControlValuePath path,
java.lang.String[] values)
|
void |
FWDispatchAction.setControlValuesFromRequest(ActionContext ctx)
|
ActionContext |
FWDispatchAction.handleFormAction(ActionContext ctx)
|
DialogContext |
FWDispatchAction.getDialogContext(ActionContext ctx,
boolean create)
Returns or creates a dialog context |
boolean |
FWDispatchAction.doPreExecute(ActionContext ctx)
|
void |
FWDispatchAction.doPostExecute(ActionContext ctx)
|
void |
FWDispatchAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FWDispatchAction.execute(ActionContext ctx)
|
void |
FWDispatchAction.doRenderAjaxResponse(ActionContext ctx,
javax.servlet.jsp.PageContext pageContext)
|
void |
FWAction.cleanup(ActionContext ctx)
|
Control |
FWAction.getControlByName(ActionContext ctx,
java.lang.String name)
|
void |
FWAction.applyControlStates(ActionContext ctx)
|
ActionContext |
FWAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
|
void |
FWAction.setControlValue(ActionContext ctx,
ControlValuePath path,
java.lang.String[] values)
|
void |
FWAction.setControlValuesFromRequest(ActionContext ctx)
|
ActionContext |
FWAction.handleFormAction(ActionContext ctx)
|
DialogContext |
FWAction.getDialogContext(ActionContext ctx,
boolean create)
Returns or creates a dialog context |
boolean |
FWAction.doPreExecute(ActionContext ctx)
|
void |
FWAction.doPostExecute(ActionContext ctx)
|
void |
FWAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FWAction.execute(ActionContext ctx)
|
void |
FWAction.doRenderAjaxResponse(ActionContext ctx,
javax.servlet.jsp.PageContext pageContext)
|
void |
FrameworkAction.cleanup(ActionContext ctx)
This method do some cleanup after the action finished. |
DialogContext |
FrameworkAction.getDialogContext(ActionContext ctx,
boolean create)
Returns or creates a dialog context |
Control |
FrameworkAction.getControlByName(ActionContext ctx,
java.lang.String name)
The framework has a default pattern where to search a control instance. |
void |
FrameworkAction.applyControlStates(ActionContext ctx)
Applies the serialized control state from the HTTPRequest to the corresponding control instances. |
ActionContext |
FrameworkAction.handleControlAction(ActionContext ctx,
ControlMethodInvocation cmi)
Handles an action which comes from a control on the form an delegates the request to the control. |
void |
FrameworkAction.setControlValue(ActionContext ctx,
ControlValuePath path,
java.lang.String[] values)
This method is called to set a control element value |
void |
FrameworkAction.setControlValuesFromRequest(ActionContext ctx)
This method is called to updates any control element data from request values. |
ActionContext |
FrameworkAction.handleFormAction(ActionContext ctx)
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass. |
void |
FrameworkAction.execute(ActionContext ctx)
This method is called instead the struts execute. |
boolean |
FrameworkAction.doPreExecute(ActionContext ctx)
A template method. |
void |
FrameworkAction.doPostExecute(ActionContext ctx)
A template method. |
void |
FrameworkAction.doExecute(ActionContext ctx)
A template method which must be overridden by the subclass. |
void |
FrameworkAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
Sets the menu context. |
void |
FrameworkAction.doRenderAjaxResponse(ActionContext ctx,
javax.servlet.jsp.PageContext pageContext)
Renders the AJAX XML response |
static java.lang.String |
FormActionCommand.parseButton(ActionContext ctx)
If a "btnXXX" button on a HTML form is clicked, this method returns the name of the button |
static java.lang.String |
FormActionCommand.parseFormAction(ActionContext ctx)
If a button on a HTML form is clicked, this method returns the name of the method to be processed |
static void |
ActionUtil.removeFormBean(FrameworkAction action,
ActionContext ctx)
Helper function that removes the form bean which can either be located in the user's session or the request scope. |
static Control |
ActionUtil.getControlByName(FrameworkAction action,
ActionContext ctx,
java.lang.String name)
The framework has a default pattern where to search a control instance. |
static ActionContext |
ActionUtil.handleControlAction(FrameworkAction action,
ActionContext ctx,
ControlMethodInvocation cmi)
Handles an action which comes from a control on the form an delegates the request to the control. |
static void |
ActionUtil.setControlValue(FrameworkAction action,
ActionContext ctx,
ControlValuePath path,
java.lang.String[] value)
This method is called to set a control element value |
static void |
ActionUtil.setControlValuesFromRequest(FrameworkAction action,
ActionContext ctx)
This method is called to updates any control element data from request values. |
static ActionContext |
ActionUtil.handleFormAction(FrameworkAction action,
ActionContext ctx)
Checks if the request comes from a form button (save, cancel, ...) and delegates the request to the corresponding handler for the button which must be implemented in the (action) subclass. |
static void |
ActionUtil.applyControlStates(FrameworkAction action,
ActionContext ctx)
Applies the serialized control state from the HTTPRequest to the corresponding control instances. |
static void |
ActionUtil.execute(FrameworkAction action,
ActionContext ctx)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
static void |
ActionUtil.sendAjaxResponse(javax.servlet.http.HttpServlet servlet,
FrameworkAction action,
ActionContext ctx)
This method gets called when the framework needs to render the dirty controls |
static void |
ActionUtil.doRenderAjaxResponse(FrameworkAction action,
ActionContext ctx,
javax.servlet.jsp.PageContext pageContext)
Renders the AJAX XML response |
Constructors in com.cc.framework.adapter.struts with parameters of type ActionContext | |
ConcreteFormActionContext(ActionContext ctx,
java.lang.String action)
Constructor |
|
ConcreteControlActionContext(ActionContext ctx,
Control control,
java.lang.String controlName,
ControlActionDef action)
Constructor for ConcreteControlActionContext |
|
ActionContextWrapper(ActionContext ctx)
Constructor |
Uses of ActionContext in com.cc.framework.ui.control |
Subinterfaces of ActionContext in com.cc.framework.ui.control | |
interface |
ControlActionContext
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |