Frames | No Frames |
Methods with return type org.apache.struts.action.ActionMapping | |
ActionMapping | ConfigHelper.getActionMapping(String path) Return the mapping associated with the specified request path, if any;
otherwise return null . |
ActionMapping | ConfigHelperInterface.getActionMapping(String path) Return the mapping associated with the specified request path, if any;
otherwise return null . |
ActionMapping | The org.apache.struts.ActionMapping
instance for this request. |
ActionMapping | The org.apache.struts.ActionMapping
instance for this request. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
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. |
Fields of type org.apache.struts.action.ActionMapping | |
ActionMapping | The action mapping with which this handler is associated. |
ActionMapping | The ActionMapping instance used for this class. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
void | Sets the action mapping with which this handler is associated. |
void | Convienience method to set a reference to a working
ActionMapping instance. |
void | Convienience method to set a reference to a working
ActionMapping instance. |
Methods with return type org.apache.struts.action.ActionMapping | |
ActionMapping | Retrieves the action mapping with which this handler is associated. |
ActionMapping | Get the ActionMapping instance for this request
|
ActionMapping | Get the ActionMapping instance for this request
|
Classes derived from org.apache.struts.action.ActionMapping | |
class | Subclass of ActionMapping that defaults the form bean
scope to request . |
class | Subclass of ActionMapping that defaults the form bean
scope to session . |
Fields of type org.apache.struts.action.ActionMapping | |
ActionMapping | The ActionMapping that should handle unknown request paths, if any. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
void | Register a logical mapping to the set configured for this servlet. |
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. |
void | Initialize all bean properties to their initial values, as specified
in the FormPropertyConfig elements associated with the
definition of this DynaActionForm . |
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). |
Action | RequestProcessor.processActionCreate(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) Return an Action instance that will be used to process
the current request, creating a new one if necessary. |
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. |
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. |
boolean | RequestProcessor.processForward(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) Process a forward requested by this mapping (if any). |
boolean | RequestProcessor.processInclude(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) Process an include requested by this mapping (if any). |
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.processRoles(HttpServletRequest request, HttpServletResponse response, ActionMapping mapping) If this action is protected by security roles, make sure that the
current user possesses at least one of them. |
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. |
void | Deregister a mapping from the set configured for this servlet. |
void | Reset all bean properties to their default state. |
void | Reset all bean properties to their default state. |
void | Reset all bean properties to their default state. |
void | Reset all bean properties to their default state. |
ActionErrors | Validate the properties that have been set for this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
ActionErrors | Validate the properties that have been set for this non-HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
Methods with return type org.apache.struts.action.ActionMapping | |
ActionMapping | ActionMappings.findMapping(String path) Return the mapping associated with the specified logical name,
if any; otherwise return null . |
ActionMapping | ActionServlet.findMapping(String path) Return the ActionMapping for the specified path, for the default
module. |
ActionMapping | ActionMappings.getUnknown(HttpServletRequest request) Return the Action that should handle unknown request paths, if any. |
ActionMapping | ActionMappings.getUnknown(ServletRequest request) Return the Action that should handle unknown request paths, if any. |
ActionMapping | RequestProcessor.processMapping(HttpServletRequest request, HttpServletResponse response, String path) Select the mapping used to process the selection path for this request. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
ActionForm | RequestUtils.createActionForm(HttpServletRequest request, ActionMapping mapping, ModuleConfig moduleConfig, ActionServlet servlet) Create (if necessary) and return an ActionForm instance appropriate
for this request. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
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). |
Methods with parameter type org.apache.struts.action.ActionMapping | |
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.processForward(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response) Overload struts1.0 counterpart in order to catch forward calls. |
boolean | ActionComponentServlet.processInclude(ActionMapping mapping, HttpServletRequest request, HttpServletResponse response) Overload struts1.0 counterpart in order to catch include calls. |
boolean | ActionComponentServlet.processValidate(ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response) Overload struts1.0 counterpart in order to catch forward calls. |
Methods with parameter type org.apache.struts.action.ActionMapping | |
void | Reset all properties to their default values. |
void | Reset all properties to their default values. |
ActionErrors | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
ActionErrors | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
ActionErrors | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
ActionErrors | Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. |
Fields of type org.apache.struts.action.ActionMapping | |
ActionMapping | The ActionMapping defining where we will be submitting this form
|