|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionMapping | |
---|---|
examples | |
examples.bean | |
examples.dyna | |
examples.links | |
examples.localization | |
examples.logic | |
examples.multibox | |
examples.options | |
examples.simple | |
examples.token | |
examples.validator | |
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
org.apache.struts.apps.mailreader.actions | |
org.apache.struts.config | The "config" package contains configuration objects that correspond to
elements that may be specified in the struts-config.xml
module configuration file. |
org.apache.struts.faces.application | |
org.apache.struts.faces.util | |
org.apache.struts.mock | Mock objects of the Struts Framework. |
org.apache.struts.scripting | The scripting package is the core of the Struts Scripting framework, which builds on Struts Action to allow Struts Actions be written with the scripting language of your choice. |
org.apache.struts.taglib.html | The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. |
org.apache.struts.tiles.actions | |
org.apache.struts.upload | The upload package facilities to upload files using multi-part requests. |
org.apache.struts.util | The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. |
org.apache.struts.validator | The validator package provides a series of classes to validate
ActionForm type of input. |
org.apache.struts.webapp.dispatch | |
org.apache.struts.webapp.el.exercise | |
org.apache.struts.webapp.example | |
org.apache.struts.webapp.example2 | |
org.apache.struts.webapp.examples | |
org.apache.struts.webapp.exercise | |
org.apache.struts.webapp.upload | |
org.apache.struts.webapp.validator |
Uses of ActionMapping in examples |
---|
Methods in examples with parameters of type ActionMapping | |
---|---|
ActionForward |
SuccessAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the ActionForward named "success" if one is
configured or null if it cannot be found. |
Uses of ActionMapping in examples.bean |
---|
Methods in examples.bean with parameters of type ActionMapping | |
---|---|
ActionForward |
PrepareBeanAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.dyna |
---|
Methods in examples.dyna with parameters of type ActionMapping | |
---|---|
ActionForward |
ProcessDynaAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.links |
---|
Methods in examples.links with parameters of type ActionMapping | |
---|---|
ActionForward |
ProcessLinksAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
ActionForward |
PrepareLinksAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.localization |
---|
Methods in examples.localization with parameters of type ActionMapping | |
---|---|
ActionForward |
ProcessLocalizationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.logic |
---|
Methods in examples.logic with parameters of type ActionMapping | |
---|---|
ActionForward |
PrepareLogicAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.multibox |
---|
Methods in examples.multibox with parameters of type ActionMapping | |
---|---|
ActionForward |
PrepareMultiboxAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
ActionForward |
ProcessMultiboxAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
void |
MultiboxActionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Clear all checkboxes |
ActionErrors |
MultiboxActionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
Uses of ActionMapping in examples.options |
---|
Methods in examples.options with parameters of type ActionMapping | |
---|---|
ActionForward |
PrepareOptionsAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
ActionForward |
ProcessOptionsAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.simple |
---|
Methods in examples.simple with parameters of type ActionMapping | |
---|---|
ActionForward |
ProcessSimpleAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
void |
SimpleActionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
ActionErrors |
SimpleActionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
Uses of ActionMapping in examples.token |
---|
Methods in examples.token with parameters of type ActionMapping | |
---|---|
ActionForward |
PrepareTokenAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
ActionForward |
ProcessTokenAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in examples.validator |
---|
Methods in examples.validator with parameters of type ActionMapping | |
---|---|
ActionForward |
ProcessValidatorAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the request and return an ActionForward instance
describing where and how control should be forwarded, or
null if the response has already been completed. |
Uses of ActionMapping in org.apache.struts.action |
---|
Subclasses of ActionMapping in org.apache.struts.action | |
---|---|
class |
RequestActionMapping
Subclass of ActionMapping that defaults the form bean scope
to request . |
class |
SessionActionMapping
Subclass of ActionMapping that defaults the form bean scope
to session . |
Methods in org.apache.struts.action that return ActionMapping | |
---|---|
protected ActionMapping |
RequestProcessor.processMapping(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String path)
Select the mapping used to process the selection path for this request. |
Methods in org.apache.struts.action with parameters of type ActionMapping | |
---|---|
ActionForward |
Action.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.ServletRequest request,
javax.servlet.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 |
ExceptionHandler.execute(java.lang.Exception ex,
ExceptionConfig ae,
ActionMapping mapping,
ActionForm formInstance,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the Exception. |
protected void |
ExceptionHandler.handleCommittedResponse(java.lang.Exception ex,
ExceptionConfig config,
ActionMapping mapping,
ActionForm formInstance,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForward actionForward)
Attempt to give good information when the response has already been committed when the exception was thrown. |
void |
DynaActionForm.initialize(ActionMapping mapping)
Initialize all bean properties to their initial values, as specified in the FormPropertyConfig elements associated with the
definition of this DynaActionForm . |
protected Action |
RequestProcessor.processActionCreate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Return an Action instance that will be used to process
the current request, creating a new one if necessary. |
protected ActionForm |
RequestProcessor.processActionForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Retrieve and return the ActionForm associated with this
mapping, creating and retaining one if necessary. |
protected ActionForward |
RequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action,
ActionForm form,
ActionMapping mapping)
Ask the specified Action instance to handle this
request. |
protected ActionForward |
RequestProcessor.processException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Exception exception,
ActionForm form,
ActionMapping mapping)
Ask our exception handler to handle the exception. |
protected boolean |
RequestProcessor.processForward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Process a forward requested by this mapping (if any). |
protected boolean |
RequestProcessor.processInclude(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Process an include requested by this mapping (if any). |
protected void |
RequestProcessor.processPopulate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
Populate the properties of the specified ActionForm
instance from the request parameters included with this request. |
protected boolean |
RequestProcessor.processRoles(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
If this action is protected by security roles, make sure that the current user possesses at least one of them. |
protected boolean |
RequestProcessor.processValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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 to the input path if there were any errors. |
void |
ActionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Can be used to reset bean properties to their default state, as needed. |
void |
DynaActionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset the properties to their initial value if their
reset configuration is set to true or if
reset is set to a list of HTTP request methods that
includes the method of given request object. |
void |
ActionForm.reset(ActionMapping mapping,
javax.servlet.ServletRequest request)
>Can be used to reset all bean properties to their default state. |
void |
DynaActionForm.reset(ActionMapping mapping,
javax.servlet.ServletRequest request)
Reset bean properties to their default state, as needed. |
ActionErrors |
ActionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Can be used to 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 |
ActionForm.validate(ActionMapping mapping,
javax.servlet.ServletRequest request)
Can be used to 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. |
Uses of ActionMapping in org.apache.struts.actions |
---|
Methods in org.apache.struts.actions with parameters of type ActionMapping | |
---|---|
protected ActionForward |
DispatchAction.cancelled(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method which is dispatched to when the request is a cancel button submit. |
protected ActionForward |
ActionDispatcher.cancelled(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Dispatches to the target class' cancelled method, if present, otherwise returns null. |
protected ActionForward |
DispatchAction.dispatchMethod(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String name)
Dispatch to the specified method. |
protected ActionForward |
ActionDispatcher.dispatchMethod(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String name)
Dispatch to the specified method. |
protected ActionForward |
ActionDispatcher.dispatchMethod(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String name,
java.lang.reflect.Method method)
Dispatch to the specified method. |
ActionForward |
MappingDispatchAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
DispatchAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
ActionDispatcher.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LocaleAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Change the user's Locale based on ActionForm properties. |
ActionForward |
DownloadAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
protected java.lang.String |
LookupDispatchAction.getLookupMapName(javax.servlet.http.HttpServletRequest request,
java.lang.String keyName,
ActionMapping mapping)
Lookup the method name corresponding to the client request's locale. |
protected java.lang.String |
MappingDispatchAction.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
DispatchAction.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
EventActionDispatcher.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
ActionDispatcher.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
EventDispatchAction.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
LookupDispatchAction.getMethodName(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String parameter)
Returns the method name, given a parameter's value. |
protected java.lang.String |
MappingDispatchAction.getParameter(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the parameter value. |
protected java.lang.String |
DispatchAction.getParameter(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the parameter value. |
protected java.lang.String |
ActionDispatcher.getParameter(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the parameter value as influenced by the selected ActionDispatcher.flavor specified for this ActionDispatcher . |
protected abstract DownloadAction.StreamInfo |
DownloadAction.getStreamInfo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the information on the file, or other stream, to be downloaded by this action. |
protected ActionForward |
MappingDispatchAction.unspecified(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method which is dispatched to when there is no value for the parameter in the ActionMapping. |
protected ActionForward |
DispatchAction.unspecified(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method which is dispatched to when there is no value for specified request parameter included in the request. |
protected ActionForward |
EventActionDispatcher.unspecified(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Dispatches to the target class' unspecified method, if
present, otherwise throws a ServletException. |
protected ActionForward |
ActionDispatcher.unspecified(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Dispatches to the target class' unspecified method, if
present, otherwise throws a ServletException. |
protected ActionForward |
EventDispatchAction.unspecified(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method which is dispatched to when there is no value for specified request parameter included in the request. |
Uses of ActionMapping in org.apache.struts.apps.mailreader.actions |
---|
Methods in org.apache.struts.apps.mailreader.actions with parameters of type ActionMapping | |
---|---|
ActionForward |
SubscriptionAction.Delete(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepare for a Delete operation by populating the form and seting the action to Delete. |
protected ActionForward |
BaseAction.doFindFailure(ActionMapping mapping)
Return the local or global forward named "failure" or null if there is no such forward. |
protected ActionForward |
BaseAction.doFindLogon(ActionMapping mapping)
Return the local or global forward named "logon" or null if there is no such forward. |
protected ActionForward |
BaseAction.doFindSuccess(ActionMapping mapping)
Return the mapping labeled "success" or null if there is no such mapping. |
protected ActionForward |
BaseAction.doInputForward(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
ActionMessages errors)
Save any errors and the transactioonal token, and forward to the InputForard result. |
protected void |
BaseAction.doLogProcess(ActionMapping mapping,
java.lang.String method)
Log a "processing" message for an Action. |
ActionForward |
SubscriptionAction.Edit(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve the Subscription object to edit or null if the Subscription does not exist. |
ActionForward |
RegistrationAction.Edit(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve the User object to edit or null if the User does not exist, and set an transactional token to later detect multiple Save commands. |
ActionForward |
LogoffAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionForward |
WelcomeAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionForward |
LocaleAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Change the user's Struts Locale based on request
parameters for "language", "country". |
ActionForward |
MainMenuAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionForward |
LogonAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Use "username" and "password" fields from ActionForm to retrieve a User object from the database. |
ActionForward |
SubscriptionAction.Save(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Insert or update a Subscription object to the persistent store. |
ActionForward |
RegistrationAction.Save(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Insert or update a User object to the persistent store. |
Uses of ActionMapping in org.apache.struts.config |
---|
Methods in org.apache.struts.config that return ActionMapping | |
---|---|
ActionMapping |
ConfigHelper.getActionMapping(java.lang.String path)
Return the mapping associated with the specified request path, if any; otherwise return null . |
ActionMapping |
ConfigHelperInterface.getActionMapping(java.lang.String path)
Return the mapping associated with the specified request path, if any; otherwise return null . |
ActionMapping |
ConfigHelper.getMapping()
The org.apache.struts.ActionMapping instance for this
request. |
ActionMapping |
ConfigHelperInterface.getMapping()
The org.apache.struts.ActionMapping instance for this
request. |
Uses of ActionMapping in org.apache.struts.faces.application |
---|
Methods in org.apache.struts.faces.application with parameters of type ActionMapping | |
---|---|
protected Action |
FacesRequestProcessor.processActionCreate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected Action |
FacesTilesRequestProcessor.processActionCreate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected ActionForm |
FacesRequestProcessor.processActionForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected ActionForm |
FacesTilesRequestProcessor.processActionForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected ActionForward |
FacesRequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action,
ActionForm form,
ActionMapping mapping)
|
protected ActionForward |
FacesTilesRequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action,
ActionForm form,
ActionMapping mapping)
|
protected boolean |
FacesRequestProcessor.processForward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected boolean |
FacesTilesRequestProcessor.processForward(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected boolean |
FacesRequestProcessor.processInclude(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected boolean |
FacesTilesRequestProcessor.processInclude(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
|
protected void |
FacesRequestProcessor.processPopulate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
Populate the properties of the specified ActionForm
instance from the request parameters included with this request,
IF this is a non-Faces request. |
protected void |
FacesTilesRequestProcessor.processPopulate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
Populate the properties of the specified ActionForm
instance from the request parameters included with this request,
IF this is a non-Faces request. |
protected boolean |
FacesRequestProcessor.processValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
|
protected boolean |
FacesTilesRequestProcessor.processValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionForm form,
ActionMapping mapping)
|
Uses of ActionMapping in org.apache.struts.faces.util |
---|
Methods in org.apache.struts.faces.util that return ActionMapping | |
---|---|
ActionMapping |
StrutsContext.getActionMapping()
Return the ActionMapping for the current
request (if any). |
Uses of ActionMapping in org.apache.struts.mock |
---|
Methods in org.apache.struts.mock that return ActionMapping | |
---|---|
ActionMapping |
MockMultipartRequestHandler.getMapping()
Get the ActionMapping instance for this mock request. |
Methods in org.apache.struts.mock with parameters of type ActionMapping | |
---|---|
void |
MockMultipartRequestHandler.setMapping(ActionMapping mapping)
Convienience method to set a reference to a mock ActionMapping instance. |
Uses of ActionMapping in org.apache.struts.scripting |
---|
Methods in org.apache.struts.scripting that return ActionMapping | |
---|---|
ActionMapping |
StrutsInfo.getMapping()
Gets the action mapping. |
Methods in org.apache.struts.scripting with parameters of type ActionMapping | |
---|---|
ActionForward |
ScriptAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Executes the script. |
void |
StrutsInfo.setMapping(ActionMapping mapping)
Sets the action mapping. |
Constructors in org.apache.struts.scripting with parameters of type ActionMapping | |
---|---|
StrutsInfo(ScriptAction action,
ActionMapping mapping,
ActionForm form,
MessageResources res)
Constructor. |
Uses of ActionMapping in org.apache.struts.taglib.html |
---|
Fields in org.apache.struts.taglib.html declared as ActionMapping | |
---|---|
protected ActionMapping |
FormTag.mapping
The ActionMapping defining where we will be submitting this form |
Uses of ActionMapping in org.apache.struts.tiles.actions |
---|
Methods in org.apache.struts.tiles.actions with parameters of type ActionMapping | |
---|---|
ActionForward |
ReloadDefinitionsAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Original Struts Action's method. |
ActionForward |
ViewDefinitionsAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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 |
DefinitionDispatcherAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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. |
Uses of ActionMapping in org.apache.struts.upload |
---|
Methods in org.apache.struts.upload that return ActionMapping | |
---|---|
ActionMapping |
MultipartRequestHandler.getMapping()
Get the ActionMapping instance for this request |
ActionMapping |
CommonsMultipartRequestHandler.getMapping()
Retrieves the action mapping with which this handler is associated. |
Methods in org.apache.struts.upload with parameters of type ActionMapping | |
---|---|
void |
MultipartRequestHandler.setMapping(ActionMapping mapping)
Convienience method to set a reference to a working ActionMapping instance. |
void |
CommonsMultipartRequestHandler.setMapping(ActionMapping mapping)
Sets the action mapping with which this handler is associated. |
Uses of ActionMapping in org.apache.struts.util |
---|
Methods in org.apache.struts.util with parameters of type ActionMapping | |
---|---|
static ActionForm |
RequestUtils.createActionForm(javax.servlet.http.HttpServletRequest request,
ActionMapping mapping,
ModuleConfig moduleConfig,
ActionServlet servlet)
Create (if necessary) and return an ActionForm instance
appropriate for this request. |
Uses of ActionMapping in org.apache.struts.validator |
---|
Methods in org.apache.struts.validator with parameters of type ActionMapping | |
---|---|
java.lang.String |
ValidatorActionForm.getValidationKey(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Returns the Validation key. |
java.lang.String |
DynaValidatorActionForm.getValidationKey(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Returns the Validation key. |
java.lang.String |
ValidatorForm.getValidationKey(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Returns the Validation key. |
java.lang.String |
BeanValidatorForm.getValidationKey(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Returns the Validation key |
java.lang.String |
DynaValidatorForm.getValidationKey(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Returns the Validation key. |
void |
ValidatorForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
DynaValidatorForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
ActionErrors |
ValidatorForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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 |
DynaValidatorForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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. |
Uses of ActionMapping in org.apache.struts.webapp.dispatch |
---|
Methods in org.apache.struts.webapp.dispatch with parameters of type ActionMapping | |
---|---|
ActionForward |
LookupDispatchExampleAction.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
EventDispatchActionExample.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
DispatchExampleAction.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
MappingDispatchExampleAction.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
ActionDispatcherExample.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
EventActionDispatcherExample.doBar(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "bar" method. |
ActionForward |
LookupDispatchExampleAction.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
EventDispatchActionExample.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
DispatchExampleAction.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
MappingDispatchExampleAction.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
ActionDispatcherExample.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
EventActionDispatcherExample.doFoo(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Example "foo" method. |
ActionForward |
ActionDispatcherExample.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Execute method. |
ActionForward |
EventActionDispatcherExample.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Execute method. |
Uses of ActionMapping in org.apache.struts.webapp.el.exercise |
---|
Methods in org.apache.struts.webapp.el.exercise with parameters of type ActionMapping | |
---|---|
ActionForward |
DynaSetAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionForward |
HtmlSettersAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forward to the input form if "Save" was pressed or the main menu if "Cancel" was pressed. |
void |
TestBean.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset the properties that will be received as input. |
Uses of ActionMapping in org.apache.struts.webapp.example |
---|
Subclasses of ActionMapping in org.apache.struts.webapp.example | |
---|---|
class |
ApplicationMapping
Implementation of ActionMapping for the Struts example application. |
Methods in org.apache.struts.webapp.example with parameters of type ActionMapping | |
---|---|
ActionForward |
EditSubscriptionAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
SaveRegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LogonAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LogoffAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
EditRegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
SaveSubscriptionAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
void |
SubscriptionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
RegistrationForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
LogonForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
ActionErrors |
SubscriptionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
ActionErrors |
RegistrationForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
ActionErrors |
LogonForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
Uses of ActionMapping in org.apache.struts.webapp.example2 |
---|
Methods in org.apache.struts.webapp.example2 with parameters of type ActionMapping | |
---|---|
ActionForward |
EditRegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
EditSubscriptionAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LogoffAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LogonAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
SaveRegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
SaveSubscriptionAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
void |
SubscriptionForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
LogonForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
RegistrationForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
ActionErrors |
SubscriptionForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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 |
LogonForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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 |
RegistrationForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
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. |
Uses of ActionMapping in org.apache.struts.webapp.examples |
---|
Subclasses of ActionMapping in org.apache.struts.webapp.examples | |
---|---|
class |
CustomActionMapping
Custom ActionMapping to demonstrate usage. |
Uses of ActionMapping in org.apache.struts.webapp.exercise |
---|
Methods in org.apache.struts.webapp.exercise with parameters of type ActionMapping | |
---|---|
ActionForward |
SuccessAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Dispatch control to the "success" forward. |
ActionForward |
HtmlSettersAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forward to the input form if "Save" was pressed or the main menu if "Cancel" was pressed. |
ActionForward |
ImageAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Read image from resource given as ActionMapping parameter and copy to output stream. |
void |
TestBean.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset the properties that will be received as input. |
Uses of ActionMapping in org.apache.struts.webapp.upload |
---|
Methods in org.apache.struts.webapp.upload with parameters of type ActionMapping | |
---|---|
ActionForward |
UploadAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionErrors |
UploadForm.validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Check to make sure the client hasn't exceeded the maximum allowed upload size inside of this validate method. |
Uses of ActionMapping in org.apache.struts.webapp.validator |
---|
Methods in org.apache.struts.webapp.validator with parameters of type ActionMapping | |
---|---|
ActionForward |
MultiRegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
TypeAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
LocaleAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Change the user's Locale based on ActionForm
properties. |
ActionForward |
ShowFileAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
ActionForward |
RegistrationAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
ActionForward |
EditTypeAction.execute(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it). |
protected void |
EditTypeAction.initFormBeans(ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request)
Convenience method for initializing form bean. |
protected void |
MultiRegistrationAction.removeFormBean(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Convenience method for removing the obsolete form bean. |
protected void |
TypeAction.removeFormBean(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Convenience method for removing the obsolete form bean. |
protected void |
RegistrationAction.removeFormBean(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Convenience method for removing the obsolete form bean. |
void |
RegistrationForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
TypeForm.reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |