Uses of Class org.apache.struts.action.ActionForm

Uses in package org.apache.struts.util

Methods with return type org.apache.struts.action.ActionForm

ActionForm
RequestUtils.createActionForm(HttpServletRequest request, ActionMapping mapping, ModuleConfig moduleConfig, ActionServlet servlet)
Create (if necessary) and return an ActionForm instance appropriate for this request.

Uses in package org.apache.struts.tiles

Methods with parameter type org.apache.struts.action.ActionForm

void
ActionComponentServlet.processActionForward(ActionForward forward, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
Overload struts1.0 counterpart in order to catch forward calls.
boolean
ActionComponentServlet.processValidate(ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
Overload struts1.0 counterpart in order to catch forward calls.

Uses in package org.apache.struts.config

Methods with return type org.apache.struts.action.ActionForm

ActionForm
ActionForm

Uses in package org.apache.struts.tiles.actions

Methods with parameter type org.apache.struts.action.ActionForm

ActionForward
DefinitionDispatcherAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
NoOpAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
ReloadDefinitionsAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
TilesAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Original Struts Action's method.
ActionForward
ViewDefinitionsAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
TilesAction.execute(ComponentContext context, ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
TilesAction.perform(ComponentContext context, ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it).

Uses in package org.apache.struts.actions

Methods with parameter type org.apache.struts.action.ActionForm

ActionForward
DispatchAction.dispatchMethod(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String name)
Dispatch to the specified method.
ActionForward
DispatchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
ForwardAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
IncludeAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
LookupDispatchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
SwitchAction.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
DispatchAction.unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Method which is dispatched to when there is no value for specified request parameter included in the request.

Uses in package org.apache.struts.action

Classes derived from org.apache.struts.action.ActionForm

class
Specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties, without requiring the developer to create a Java class for each type of form bean.

Methods with parameter type org.apache.struts.action.ActionForm

ActionForward
ExceptionHandler.execute(Exception ex, ExceptionConfig ae, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
Handle the exception.
ActionForward
Action.execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
Action.execute(ActionMapping mapping, ActionForm form, ServletRequest request, ServletResponse response)
Process the specified non-HTTP request, and create the corresponding non-HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
ActionForward
Action.perform(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ActionForward
Action.perform(ActionMapping mapping, ActionForm form, ServletRequest request, ServletResponse response)
Process the specified non-HTTP request, and create the corresponding non-HTTP response (or forward to another web component that will create it).
ActionForward
RequestProcessor.processActionPerform(HttpServletRequest request, HttpServletResponse response, Action action, ActionForm form, ActionMapping mapping)
Ask the specified Action instance to handle this request.
ActionForward
RequestProcessor.processException(HttpServletRequest request, HttpServletResponse response, Exception exception, ActionForm form, ActionMapping mapping)
Ask our exception handler to handle the exception.
void
RequestProcessor.processPopulate(HttpServletRequest request, HttpServletResponse response, ActionForm form, ActionMapping mapping)
Populate the properties of the specified ActionForm instance from the request parameters included with this request.
boolean
RequestProcessor.processValidate(HttpServletRequest request, HttpServletResponse response, ActionForm form, ActionMapping mapping)
If this request was not cancelled, and the request's ActionMapping has not disabled validation, call the validate() method of the specified ActionForm, and forward back to the input form if there were any errors.

Methods with return type org.apache.struts.action.ActionForm

ActionForm
RequestProcessor.processActionForm(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping)
Retrieve and return the ActionForm bean associated with this mapping, creating and stashing one if necessary.

Uses in package org.apache.struts.validator

Classes derived from org.apache.struts.action.ActionForm

class
This class extends DynaValidatorForm and provides basic field validation based on an XML file.
class
This class extends DynaActionForm and provides basic field validation based on an XML file.
class
This class extends ValidatorForm and provides basic field validation based on an XML file.
class
This class extends ActionForm and provides basic field validation based on an XML file.

Copyright B) 2000-2005 - Apache Software Foundation