A B C D E F G H I L M N O P Q R S T U V W

A

ActionDispatcherExample - Class in org.apache.struts.webapp.dispatch
Example DispatchAction.
ActionDispatcherExample() - Constructor for class org.apache.struts.webapp.dispatch.ActionDispatcherExample
 
ApplicationMapping - Class in org.apache.struts.webapp.example
Implementation of ActionMapping for the Struts example application.
ApplicationMapping() - Constructor for class org.apache.struts.webapp.example.ApplicationMapping
 
ApplicationMapping - Class in org.apache.struts.webapp.example2
Implementation of ActionMapping for the Struts example application.
ApplicationMapping() - Constructor for class org.apache.struts.webapp.example2.ApplicationMapping
 
AUTO_CONNECT - Static variable in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Name of autoConnect field ["autoConnect"].

B

BaseAction - Class in org.apache.struts.apps.mailreader.actions
Base Action for MailReader application.
BaseAction() - Constructor for class org.apache.struts.apps.mailreader.actions.BaseAction
 
BookBean - Class in examples.options
Represents a book
BookBean(String, String) - Constructor for class examples.options.BookBean
Constructor for BookBean.

C

CheckLogonTag - Class in org.apache.struts.webapp.example
Check for a valid User logged on in the current session.
CheckLogonTag() - Constructor for class org.apache.struts.webapp.example.CheckLogonTag
 
CheckLogonTag - Class in org.apache.struts.webapp.example2
Check for a valid User logged on in the current session.
CheckLogonTag() - Constructor for class org.apache.struts.webapp.example2.CheckLogonTag
 
CityStateZip - Class in org.apache.struts.webapp.validator
Just used to provide an indexed properties example.
CityStateZip() - Constructor for class org.apache.struts.webapp.validator.CityStateZip
 
close() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Finalize access to the underlying persistence layer.
close() - Method in interface org.apache.struts.webapp.example.UserDatabase
Finalize access to the underlying persistence layer.
close() - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Finalize access to the underlying persistence layer.
close() - Method in interface org.apache.struts.webapp.example2.UserDatabase
Finalize access to the underlying persistence layer.
Constants - Class in org.apache.struts.apps.mailreader
Manifest constants for the MailReader application.
Constants() - Constructor for class org.apache.struts.apps.mailreader.Constants
 
Constants - Class in org.apache.struts.apps.scriptingmailreader
Manifest constants for the MailReader application.
Constants() - Constructor for class org.apache.struts.apps.scriptingmailreader.Constants
 
Constants - Class in org.apache.struts.webapp.example
Manifest constants for the example application.
Constants() - Constructor for class org.apache.struts.webapp.example.Constants
 
Constants - Class in org.apache.struts.webapp.example2
Manifest constants for the example application.
Constants() - Constructor for class org.apache.struts.webapp.example2.Constants
 
Coord - Class in org.apache.struts.webapp.el.exercise
Simple bean to use for testing indexed tags.
Coord() - Constructor for class org.apache.struts.webapp.el.exercise.Coord
 
Coord(int, int) - Constructor for class org.apache.struts.webapp.el.exercise.Coord
 
CREATE - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "create" task.
CREATE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "create" task.
create() - Method in class org.apache.struts.webapp.example.IndexBacking
Forward to the Create Registration action.
create() - Method in class org.apache.struts.webapp.example.RegistrationBacking
Create a new subscription.
create() - Method in class org.apache.struts.webapp.example2.RegistrationBacking
Create a new subscription.
createSubscription(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Create and return a new Subscription associated with this User, for the specified host name.
createSubscription(String) - Method in interface org.apache.struts.webapp.example.User
Create and return a new Subscription associated with this User, for the specified host name.
createSubscription(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
Create and return a new Subscription associated with this User, for the specified host name.
createSubscription(String) - Method in interface org.apache.struts.webapp.example2.User
Create and return a new Subscription associated with this User, for the specified host name.
createUser(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Create and return a new User defined in this user database.
createUser(String) - Method in interface org.apache.struts.webapp.example.UserDatabase
Create and return a new User defined in this user database.
createUser(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Create and return a new User defined in this user database.
createUser(String) - Method in interface org.apache.struts.webapp.example2.UserDatabase
Create and return a new User defined in this user database.
CustomActionForm - Class in org.apache.struts.webapp.examples
Custom ActionForm to demonstrate usage.
CustomActionForm() - Constructor for class org.apache.struts.webapp.examples.CustomActionForm
 
CustomActionForward - Class in org.apache.struts.webapp.examples
Custom ActionForward to demonstrate usage.
CustomActionForward() - Constructor for class org.apache.struts.webapp.examples.CustomActionForward
 
CustomActionMapping - Class in org.apache.struts.webapp.examples
Custom ActionMapping to demonstrate usage.
CustomActionMapping() - Constructor for class org.apache.struts.webapp.examples.CustomActionMapping
 
CustomFormBean - Class in org.apache.struts.webapp.examples
Custom FormBeanConfig to demonstrate usage.
CustomFormBean() - Constructor for class org.apache.struts.webapp.examples.CustomFormBean
 
CustomValidator - Class in examples.validator
A custom validator example
CustomValidator() - Constructor for class examples.validator.CustomValidator
Constructor for CustomValidator.

D

DATABASE_KEY - Static variable in class org.apache.struts.apps.mailreader.Constants
The application scope attribute under which our user database is stored.
DATABASE_KEY - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The application scope attribute under which our user database is stored.
DATABASE_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The application scope attribute under which our user database is stored.
DATABASE_KEY - Static variable in class org.apache.struts.webapp.example2.Constants
The application scope attribute under which our user database is stored.
Delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Prepare for a Delete operation by populating the form and seting the action to Delete.
DELETE - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "edit" task.
DELETE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "edit" task.
delete() - Method in class org.apache.struts.webapp.example.RegistrationBacking
Delete an existing subscription.
delete() - Method in class org.apache.struts.webapp.example2.RegistrationBacking
Delete an existing subscription.
destroy() - Method in class org.apache.struts.apps.mailreader.plugin.MemoryDatabasePlugIn
Gracefully shut down this database, releasing any resources that were allocated at initialization.
destroy() - Method in class org.apache.struts.apps.scriptingmailreader.plugin.MemoryDatabasePlugIn
Gracefully shut down this database, releasing any resources that were allocated at initialization.
destroy() - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Gracefully shut down this database, releasing any resources that were allocated at initialization.
destroy() - Method in class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
Gracefully shut down this database, releasing any resources that were allocated at initialization.
DispatchExampleAction - Class in org.apache.struts.webapp.dispatch
Example DispatchAction.
DispatchExampleAction() - Constructor for class org.apache.struts.webapp.dispatch.DispatchExampleAction
 
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.ActionDispatcherExample
Example "bar" method.
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.DispatchExampleAction
Example "bar" method.
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.EventActionDispatcherExample
Example "bar" method.
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.EventDispatchActionExample
Example "bar" method.
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.LookupDispatchExampleAction
Example "bar" method.
doBar(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.MappingDispatchExampleAction
Example "bar" method.
doCancel(HttpSession, String, String) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to log event and cancel transaction.
doEndTag() - Method in class org.apache.struts.webapp.example.CheckLogonTag
Perform our logged-in user check by looking for the existence of a session scope bean under the specified name.
doEndTag() - Method in class org.apache.struts.webapp.example.LinkUserTag
Render the end of the hyperlink.
doEndTag() - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Perform our logged-in user check by looking for the existence of a session scope bean under the specified name.
doEndTag() - Method in class org.apache.struts.webapp.example2.LinkUserTag
Render the end of the hyperlink.
doFindFailure(ActionMapping) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Return the local or global forward named "failure" or null if there is no such forward.
doFindLogon(ActionMapping) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Return the local or global forward named "logon" or null if there is no such forward.
doFindSuccess(ActionMapping) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Return the mapping labeled "success" or null if there is no such mapping.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.ActionDispatcherExample
Example "foo" method.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.DispatchExampleAction
Example "foo" method.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.EventActionDispatcherExample
Example "foo" method.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.EventDispatchActionExample
Example "foo" method.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.LookupDispatchExampleAction
Example "foo" method.
doFoo(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.MappingDispatchExampleAction
Example "foo" method.
doGet(ActionForm, String) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to fetch a String property from a DynaActionForm.
doGetSubscription(HttpSession) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Obtain the cached Subscription object, if any.
doGetSubscription(HttpServletRequest) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Obtain the cached Subscription object, if any.
doGetUser(HttpSession) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to obtain User form session (if any).
doGetUser(HttpServletRequest) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to obtain User form session (if any).
doGetUserDatabase() - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Return a reference to the UserDatabase or null if the database is not available.
doInputForward(ActionMapping, HttpServletRequest, ActionMessages) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Save any errors and the transactioonal token, and forward to the InputForard result.
doLogProcess(ActionMapping, String) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Log a "processing" message for an Action.
doSaveToken(HttpServletRequest) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to log event and save token.
doSaveUser(User) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Persist the User object, including subscriptions, to the database.
doSet(ActionForm, String, String) - Method in class org.apache.struts.apps.mailreader.actions.BaseAction
Helper method to inject a String property into a DynaActionForm.
doStartTag() - Method in class org.apache.struts.webapp.example.CheckLogonTag
Defer our checking until the end of this tag is encountered.
doStartTag() - Method in class org.apache.struts.webapp.example.LinkUserTag
Render the beginning of the hyperlink.
doStartTag() - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Defer our checking until the end of this tag is encountered.
doStartTag() - Method in class org.apache.struts.webapp.example2.LinkUserTag
Render the beginning of the hyperlink.
DynaSetAction - Class in org.apache.struts.webapp.el.exercise
 
DynaSetAction() - Constructor for class org.apache.struts.webapp.el.exercise.DynaSetAction
 

E

Edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.RegistrationAction
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.
Edit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Retrieve the Subscription object to edit or null if the Subscription does not exist.
EDIT - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "edit" task.
EDIT - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "edit" task.
edit() - Method in class org.apache.struts.webapp.example.MainMenuBacking
Forward to the Edit Registration action.
edit() - Method in class org.apache.struts.webapp.example.RegistrationBacking
Edit an existing subscription.
edit() - Method in class org.apache.struts.webapp.example2.RegistrationBacking
Edit an existing subscription.
EditRegistrationAction - Class in org.apache.struts.webapp.example
Implementation of Action that populates an instance of RegistrationForm from the profile of the currently logged on User (if any).
EditRegistrationAction() - Constructor for class org.apache.struts.webapp.example.EditRegistrationAction
 
EditRegistrationAction - Class in org.apache.struts.webapp.example2
Implementation of Action that populates an instance of RegistrationForm from the profile of the currently logged on User (if any).
EditRegistrationAction() - Constructor for class org.apache.struts.webapp.example2.EditRegistrationAction
 
EditSubscriptionAction - Class in org.apache.struts.webapp.example
Implementation of Action that populates an instance of SubscriptionForm from the currently specified subscription.
EditSubscriptionAction() - Constructor for class org.apache.struts.webapp.example.EditSubscriptionAction
 
EditSubscriptionAction - Class in org.apache.struts.webapp.example2
Implementation of Action that populates an instance of SubscriptionForm from the currently specified subscription.
EditSubscriptionAction() - Constructor for class org.apache.struts.webapp.example2.EditSubscriptionAction
 
EditTypeAction - Class in org.apache.struts.webapp.validator
Initializes ActionForm.
EditTypeAction() - Constructor for class org.apache.struts.webapp.validator.EditTypeAction
 
ERROR_DATABASE_NOT_LOADED - Static variable in class org.apache.struts.apps.mailreader.Constants
A static message in case database resource is not loaded.
ERROR_DATABASE_NOT_LOADED - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
A static message in case database resource is not loaded.
ERROR_KEY - Static variable in class org.apache.struts.apps.mailreader.Constants
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.
ERROR_KEY - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.
ERROR_MESSAGES_NOT_LOADED - Static variable in class org.apache.struts.apps.mailreader.Constants
A static message in case message resource is not loaded.
ERROR_MESSAGES_NOT_LOADED - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
A static message in case message resource is not loaded.
EventActionDispatcherExample - Class in org.apache.struts.webapp.dispatch
Example EventActionDispatcher.
EventActionDispatcherExample() - Constructor for class org.apache.struts.webapp.dispatch.EventActionDispatcherExample
 
EventDispatchActionExample - Class in org.apache.struts.webapp.dispatch
Example EventDispatchAction.
EventDispatchActionExample() - Constructor for class org.apache.struts.webapp.dispatch.EventDispatchActionExample
 
ExampleBean - Class in examples.bean
An example bean for Bean Examples
ExampleBean() - Constructor for class examples.bean.ExampleBean
Constructor for TestBean.
examples - package examples
 
examples.bean - package examples.bean
 
examples.dyna - package examples.dyna
 
examples.links - package examples.links
 
examples.localization - package examples.localization
 
examples.logic - package examples.logic
 
examples.multibox - package examples.multibox
 
examples.options - package examples.options
 
examples.simple - package examples.simple
 
examples.token - package examples.token
 
examples.validator - package examples.validator
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.bean.PrepareBeanAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.dyna.ProcessDynaAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.links.PrepareLinksAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.links.ProcessLinksAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.localization.ProcessLocalizationAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.logic.PrepareLogicAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.multibox.PrepareMultiboxAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.multibox.ProcessMultiboxAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.options.PrepareOptionsAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.options.ProcessOptionsAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.simple.ProcessSimpleAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.SuccessAction
Returns the ActionForward named "success" if one is configured or nullif it cannot be found.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.token.PrepareTokenAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.token.ProcessTokenAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class examples.validator.ProcessValidatorAction
Process the request and return an ActionForward instance describing where and how control should be forwarded, or nullif the response has already been completed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.LocaleAction
Change the user's Struts Locale based on request parameters for "language", "country".
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.LogoffAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.LogonAction
Use "username" and "password" fields from ActionForm to retrieve a User object from the database.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.MainMenuAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.WelcomeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.ActionDispatcherExample
Execute method.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.dispatch.EventActionDispatcherExample
Execute method.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.el.exercise.DynaSetAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.el.exercise.HtmlSettersAction
Forward to the input form if "Save" was pressed or the main menu if "Cancel" was pressed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.EditRegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.EditSubscriptionAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.LogoffAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.LogonAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.SaveRegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.SaveSubscriptionAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.EditRegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.EditSubscriptionAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.LogoffAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.LogonAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.SaveRegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example2.SaveSubscriptionAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.exercise.HtmlSettersAction
Forward to the input form if "Save" was pressed or the main menu if "Cancel" was pressed.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.exercise.ImageAction
Read image from resource given as ActionMapping parameter and copy to output stream.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.exercise.SuccessAction
Dispatch control to the "success" forward.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.upload.UploadAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.EditTypeAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.LocaleAction
Change the user's Locale based on ActionForm properties.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.MultiRegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.RegistrationAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.ShowFileAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.validator.TypeAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
ExpiredPasswordException - Exception in org.apache.struts.webapp.example
Example of an application-specific exception for which a handler can be configured.
ExpiredPasswordException(String) - Constructor for exception org.apache.struts.webapp.example.ExpiredPasswordException
Construct a new instance of this exception for the specified username.
ExpiredPasswordException - Exception in org.apache.struts.webapp.example2
Example of an application-specific exception for which a handler can be configured.
ExpiredPasswordException(String) - Constructor for exception org.apache.struts.webapp.example2.ExpiredPasswordException
Construct a new instance of this exception for the specified username.

F

FAILURE - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "failure" result for this application.
FAILURE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "failure" result for this application.
filePath - Variable in class org.apache.struts.webapp.upload.UploadForm
The file path to write to
findSubscription(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Find and return the Subscription associated with the specified host.
findSubscription(String) - Method in interface org.apache.struts.webapp.example.User
Find and return the Subscription associated with the specified host.
findSubscription(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
Find and return the Subscription associated with the specified host.
findSubscription(String) - Method in interface org.apache.struts.webapp.example2.User
Find and return the Subscription associated with the specified host.
findUser(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Return the existing User with the specified username, if any; otherwise return null.
findUser(String) - Method in interface org.apache.struts.webapp.example.UserDatabase
Return the existing User with the specified username, if any; otherwise return null.
findUser(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Return the existing User with the specified username, if any; otherwise return null.
findUser(String) - Method in interface org.apache.struts.webapp.example2.UserDatabase
Return the existing User with the specified username, if any; otherwise return null.
findUsers() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Return the set of Users defined in this user database.
findUsers() - Method in interface org.apache.struts.webapp.example.UserDatabase
Return the set of Users defined in this user database.
findUsers() - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Return the set of Users defined in this user database.
findUsers() - Method in interface org.apache.struts.webapp.example2.UserDatabase
Return the set of Users defined in this user database.
FROM_ADDRESS - Static variable in class org.apache.struts.apps.mailreader.actions.RegistrationAction
Name of fromAddress field ["fromAddress"].
FULL_NAME - Static variable in class org.apache.struts.apps.mailreader.actions.RegistrationAction
Name of fullName field ["fullName"].

G

getAction() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the maintenance action.
getAction() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the maintenance action.
getAction() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the maintenance action.
getAction() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the maintenance action.
getAction() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getAction() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getAddr() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getArray() - Method in class examples.bean.ExampleBean
Returns the array.
getAutoConnect() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getAutoConnect() - Method in interface org.apache.struts.webapp.example.Subscription
Return the auto-connect flag.
getAutoConnect() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the auto-connect flag.
getAutoConnect() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
getAutoConnect() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the auto-connect flag.
getAutoConnect() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the auto-connect flag.
getBeanCollection() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getBeanCollection() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getBeanCollectionSelect() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getBeanCollectionSelect() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getBooleanProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getBooleanProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getByte() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getCity() - Method in class org.apache.struts.webapp.validator.CityStateZip
 
getCityStateZip() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getCollectionSelect() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getCollectionSelect() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getColor() - Method in class examples.simple.SimpleActionForm
Returns the color.
getColors() - Method in class examples.multibox.MultiboxActionForm
Returns the colors.
getComponentType() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Return the component type for this tag.
getComponentType() - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
Return the component type for this tag.
getConfirm() - Method in class examples.simple.SimpleActionForm
Returns the confirm.
getCoord(int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getCoords() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getCreditCard() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getDatabase() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
The UserDatabase with which we are associated.
getDatabase() - Method in interface org.apache.struts.webapp.example.User
Return the UserDatabase with which we are associated.
getDatabase() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
The UserDatabase with which we are associated.
getDatabase() - Method in interface org.apache.struts.webapp.example2.User
Return the UserDatabase with which we are associated.
getDate() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getDateValue() - Method in class examples.bean.ExampleBean
Returns the dateValue.
getDateValue() - Method in class examples.TestBean
Returns the dateValue.
getDeleteLabel() - Method in class org.apache.struts.webapp.example2.RegistrationBacking
 
getDouble() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getDoubleProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getDoubleProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getDoubleValue() - Method in class examples.bean.ExampleBean
Returns the doubleValue.
getDoubleValue() - Method in class examples.TestBean
Returns the doubleValue.
getEditLabel() - Method in class org.apache.struts.webapp.example2.RegistrationBacking
 
getEmail() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getEmail() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getEmptyListProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getEmptyMapProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getEmptyStringProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getEmptyStringProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getExample() - Method in class org.apache.struts.webapp.examples.CustomActionForm
Return the example String.
getExample() - Method in class org.apache.struts.webapp.examples.CustomActionForward
Return the example String.
getExample() - Method in class org.apache.struts.webapp.examples.CustomActionMapping
Return the example String.
getExample() - Method in class org.apache.struts.webapp.examples.CustomFormBean
Return the example String.
getFailure() - Method in class org.apache.struts.webapp.example.ApplicationMapping
Return the failure URI for this mapping.
getFailure() - Method in class org.apache.struts.webapp.example2.ApplicationMapping
Return the failure URI for this mapping.
getFalseProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getFalseProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getFilePath() - Method in class org.apache.struts.webapp.upload.UploadForm
Get the path to write a file to
getFirstName() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getFloat() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getFloatProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getFloatProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getFloatRange() - Method in class org.apache.struts.webapp.validator.TypeForm
Float field with range checking
getFloatValue() - Method in class examples.bean.ExampleBean
Returns the floatValue.
getFloatValue() - Method in class examples.TestBean
Returns the floatValue.
getFromAddress() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getFromAddress() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the from address.
getFromAddress() - Method in interface org.apache.struts.webapp.example.User
Return the from address.
getFromAddress() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
getFromAddress() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the from address.
getFromAddress() - Method in interface org.apache.struts.webapp.example2.User
Return the from address.
getFruits() - Method in class examples.multibox.MultiboxActionForm
Returns the fruits.
getFullName() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getFullName() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the full name.
getFullName() - Method in interface org.apache.struts.webapp.example.User
Return the full name.
getFullName() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
getFullName() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the full name.
getFullName() - Method in interface org.apache.struts.webapp.example2.User
Return the full name.
getHidden() - Method in class examples.simple.SimpleActionForm
Returns the hidden.
getHost() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
The mail host for this subscription.
getHost() - Method in interface org.apache.struts.webapp.example.Subscription
Return the host name.
getHost() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the host name.
getHost() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
The mail host for this subscription.
getHost() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the host name.
getHost() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the host name.
getHtml() - Method in class examples.bean.ExampleBean
Returns the html.
getImageCoord(int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getImageCoords() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getImages() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIndexedStrings() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIntArray() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIntArray() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getInteger() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getIntIndexed(int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIntIndexed(int) - Method in class org.apache.struts.webapp.exercise.TestBean
 
getIntMultibox() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIntMultibox() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getIntProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getIntProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getIntRange() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getIntValue() - Method in class examples.bean.ExampleBean
Returns the intValue.
getIntValue() - Method in class examples.TestBean
Returns the intValue.
getIsbn() - Method in class examples.options.BookBean
Returns the ISBN.
getKeyMethodMap() - Method in class org.apache.struts.webapp.dispatch.LookupDispatchExampleAction
Provides the mapping from resource key to method name.
getLastName() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getList() - Method in class examples.bean.ExampleBean
Returns the list.
getListProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getLong() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getLongProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getLongProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getLongValue() - Method in class examples.bean.ExampleBean
Returns the longValue.
getLongValue() - Method in class examples.TestBean
Returns the longValue.
getMapProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getMask() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getMessage() - Method in class examples.simple.SimpleActionForm
Returns the message.
getMinMaxLength() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getMultipleSelect() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getMultipleSelect() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getName() - Method in class examples.simple.SimpleActionForm
Returns the name.
getName() - Method in class org.apache.struts.webapp.example.CheckLogonTag
Return the bean name.
getName() - Method in class org.apache.struts.webapp.example.LinkUserTag
Return the attribute name.
getName() - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Return the bean name.
getName() - Method in class org.apache.struts.webapp.example2.LinkUserTag
Return the attribute name.
getName() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getNameList() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getNested() - Method in class examples.bean.ExampleBean
Returns the nested.
getNested() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getNested() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getNullProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getNullProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getOsList() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getOverallSatisfaction() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getPage() - Method in class org.apache.struts.webapp.example.CheckLogonTag
Return the forward page.
getPage() - Method in class org.apache.struts.webapp.example.LinkUserTag
Return the hyperlink URI.
getPage() - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Return the forward page.
getPage() - Method in class org.apache.struts.webapp.example2.LinkUserTag
Return the hyperlink URI.
getPassword() - Method in class org.apache.struts.webapp.example.LogonForm
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getPassword() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getPassword() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example.Subscription
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example.User
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example2.LogonForm
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
getPassword() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
getPassword() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example2.User
Return the password.
getPassword2() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the confirmation password.
getPassword2() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the confirmation password.
getPathname() - Method in class org.apache.struts.apps.mailreader.plugin.MemoryDatabasePlugIn
 
getPathname() - Method in class org.apache.struts.apps.scriptingmailreader.plugin.MemoryDatabasePlugIn
 
getPathname() - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
getPathname() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
getPathname() - Method in class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
 
getPathname() - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
 
getPhone() - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
getQueryParam() - Method in class org.apache.struts.webapp.upload.UploadForm
Retrieve the value of the query string parameter
getRating() - Method in class examples.simple.SimpleActionForm
Returns the rating.
getRendererType() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Return the renderer type associated with this tag.
getRendererType() - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
Return the renderer type associated with this tag.
getReplyToAddress() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getReplyToAddress() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the reply to address.
getReplyToAddress() - Method in interface org.apache.struts.webapp.example.User
Return the reply-to address.
getReplyToAddress() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
getReplyToAddress() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the reply to address.
getReplyToAddress() - Method in interface org.apache.struts.webapp.example2.User
Return the reply-to address.
getResourcesSelect() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getSatisfaction() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getSecret() - Method in class examples.simple.SimpleActionForm
Returns the secret.
getShort() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getShortProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getShortProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getShortValue() - Method in class examples.bean.ExampleBean
Returns the shortValue.
getShortValue() - Method in class examples.TestBean
Returns the shortValue.
getSingleSelect() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getSingleSelect() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getStateProv() - Method in class org.apache.struts.webapp.validator.CityStateZip
 
getStringArray() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getStringArray() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getStringIndexed(int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getStringIndexed(int) - Method in class org.apache.struts.webapp.exercise.TestBean
 
getStringMultibox() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getStringMultibox() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getStringProperty() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getStringProperty() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getStringValue() - Method in class examples.bean.ExampleBean
Returns the stringValue.
getStringValue() - Method in class examples.bean.NestedBean
Returns the stringValue.
getStringValue() - Method in class examples.TestBean
Returns the stringValue.
getSubscriptions() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Find and return all Subscriptions associated with this user.
getSubscriptions() - Method in interface org.apache.struts.webapp.example.User
Find and return all Subscriptions associated with this user.
getSubscriptions() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
Find and return all Subscriptions associated with this user.
getSubscriptions() - Method in interface org.apache.struts.webapp.example2.User
Find and return all Subscriptions associated with this user.
getSuccess() - Method in class org.apache.struts.webapp.example.ApplicationMapping
Return the success URI for this mapping.
getSuccess() - Method in class org.apache.struts.webapp.example2.ApplicationMapping
Return the success URI for this mapping.
getTable() - Method in class org.apache.struts.webapp.example.RegistrationBacking
Return the UIData instance we are bound to.
getTheFile() - Method in class org.apache.struts.webapp.upload.UploadForm
Retrieve a representation of the file the user has uploaded
getTheText() - Method in class org.apache.struts.webapp.upload.UploadForm
Retrieve the value of the text the user has sent as form data
getTitle() - Method in class examples.options.BookBean
Returns the book title
getType() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getType() - Method in interface org.apache.struts.webapp.example.Subscription
Return the subscription type.
getType() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the subscription type.
getType() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
getType() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the subscription type.
getType() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the subscription type.
getUrl() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getUsedLanguages() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getUser(UserDatabase, String) - Method in class org.apache.struts.webapp.example.LogonAction
Look up the user, throwing an exception to simulate business logic rule exceptions.
getUser() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
The User owning this Subscription.
getUser() - Method in interface org.apache.struts.webapp.example.Subscription
Return the User owning this Subscription.
getUser(UserDatabase, String) - Method in class org.apache.struts.webapp.example2.LogonAction
Look up the user, throwing an exception to simulate business logic rule exceptions.
getUser() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
The User owning this Subscription.
getUser() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the User owning this Subscription.
getUsername() - Method in class org.apache.struts.webapp.example.LogonForm
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getUsername() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
The username (must be unique).
getUsername() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example.Subscription
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example.User
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example2.LogonForm
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
getUsername() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
The username (must be unique).
getUsername() - Method in class org.apache.struts.webapp.example2.RegistrationForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example2.Subscription
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example2.User
Return the username.
getWithNulls() - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
getWithNulls() - Method in class org.apache.struts.webapp.exercise.TestBean
 
getWouldRecommend() - Method in class org.apache.struts.webapp.validator.TypeForm
 
getWriteFile() - Method in class org.apache.struts.webapp.upload.UploadForm
Get whether or not to write to a file
getX() - Method in class org.apache.struts.webapp.el.exercise.Coord
 
getY() - Method in class org.apache.struts.webapp.el.exercise.Coord
 
getZipPostal(int) - Method in class org.apache.struts.webapp.validator.CityStateZip
 

H

HOST - Static variable in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Name of host field ["host"].
HtmlSettersAction - Class in org.apache.struts.webapp.el.exercise
Do-nothing action that accepts the changes made automatically in our form bean, and then returns control to the input form (if "Save" was pressed) or the main menu (if "Cancel" was pressed).
HtmlSettersAction() - Constructor for class org.apache.struts.webapp.el.exercise.HtmlSettersAction
 
HtmlSettersAction - Class in org.apache.struts.webapp.exercise
Do-nothing action that accepts the changes made automatically in our form bean, and then returns control to the input form (if "Save" was pressed) or the main menu (if "Cancel" was pressed).
HtmlSettersAction() - Constructor for class org.apache.struts.webapp.exercise.HtmlSettersAction
 

I

ImageAction - Class in org.apache.struts.webapp.exercise
Read image from resource given as ActionMapping parameter and copy to output stream.
ImageAction() - Constructor for class org.apache.struts.webapp.exercise.ImageAction
 
images - Variable in class org.apache.struts.webapp.el.exercise.TestBean
A list of images.
IndexBacking - Class in org.apache.struts.webapp.example
Backing bean for the index.jsp page.
IndexBacking() - Constructor for class org.apache.struts.webapp.example.IndexBacking
 
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.apps.mailreader.plugin.MemoryDatabasePlugIn
Initialize and load our initial database from persistent storage.
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.apps.scriptingmailreader.plugin.MemoryDatabasePlugIn
Initialize and load our initial database from persistent storage.
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Initialize and load our initial database from persistent storage.
init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
Initialize and load our initial database from persistent storage.
initFormBeans(ActionMapping, ActionForm, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.EditTypeAction
Convenience method for initializing form bean.
isBooleanValue() - Method in class examples.bean.ExampleBean
Returns the booleanValue.
isBooleanValue() - Method in class examples.TestBean
Returns the booleanValue.

L

LinkSubscriptionTag - Class in org.apache.struts.webapp.example
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified Subscription.
LinkSubscriptionTag() - Constructor for class org.apache.struts.webapp.example.LinkSubscriptionTag
 
LinkSubscriptionTag - Class in org.apache.struts.webapp.example2
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified Subscription.
LinkSubscriptionTag() - Constructor for class org.apache.struts.webapp.example2.LinkSubscriptionTag
 
LinkUserTag - Class in org.apache.struts.webapp.example
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified User.
LinkUserTag() - Constructor for class org.apache.struts.webapp.example.LinkUserTag
 
LinkUserTag - Class in org.apache.struts.webapp.example2
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified User.
LinkUserTag() - Constructor for class org.apache.struts.webapp.example2.LinkUserTag
 
LocaleAction - Class in org.apache.struts.apps.mailreader.actions
Change user's Struts Locale.
LocaleAction() - Constructor for class org.apache.struts.apps.mailreader.actions.LocaleAction
 
LocaleAction - Class in org.apache.struts.webapp.validator
Implementation of Action that changes the user's Locale and forwards to a page, based on request level parameters that are set (language, country, & page).
LocaleAction() - Constructor for class org.apache.struts.webapp.validator.LocaleAction
 
log - Variable in class org.apache.struts.apps.mailreader.actions.BaseAction
The Log instance for this application.
LOG_CANCEL - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when cancelling a transaction.
LOG_CANCEL - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when cancelling a transaction.
LOG_FAILURE - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when forwarding to a 'failure' result.
LOG_FAILURE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when forwarding to a 'failure' result.
LOG_LOGON - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when forwarding to a 'logon' result.
LOG_LOGON - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when forwarding to a 'logon' result.
LOG_POPULATE_FORM - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when populating a form.
LOG_POPULATE_FORM - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when populating a form.
LOG_POPULATE_SUBSCRIPTION - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when populating a subscription.
LOG_POPULATE_SUBSCRIPTION - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when populating a subscription.
LOG_POPULATE_USER - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when populating a user.
LOG_POPULATE_USER - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when populating a user.
LOG_PROCESSING - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when forwarding to a 'success' result.
LOG_PROCESSING - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when forwarding to a 'success' result.
LOG_RESULT - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when forwarding to a result.
LOG_RESULT - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when forwarding to a result.
LOG_SUCCESS - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when forwarding to a 'success' result.
LOG_SUCCESS - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when forwarding to a 'success' result.
LOG_TOKEN - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when setting a transactional token.
LOG_TOKEN - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when setting a transactional token.
LOG_TOKEN_CHECK - Static variable in class org.apache.struts.apps.mailreader.Constants
The message to log when checking a transactional token.
LOG_TOKEN_CHECK - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The message to log when checking a transactional token.
LoggedOff - Class in org.apache.struts.webapp.example2
Backing bean for the loggedoff.jsp page.
LoggedOff() - Constructor for class org.apache.struts.webapp.example2.LoggedOff
 
LoggedOn - Class in org.apache.struts.webapp.example2
Backing bean for the loggedon.jsp page.
LoggedOn() - Constructor for class org.apache.struts.webapp.example2.LoggedOn
 
logoff() - Method in class org.apache.struts.webapp.example.MainMenuBacking
Forward to the Logoff action.
logoff() - Method in class org.apache.struts.webapp.example2.LoggedOn
Begin the process of logging off.
LogoffAction - Class in org.apache.struts.apps.mailreader.actions
Log user out of the current session.
LogoffAction() - Constructor for class org.apache.struts.apps.mailreader.actions.LogoffAction
 
LogoffAction - Class in org.apache.struts.webapp.example
Implementation of Action that processes a user logoff.
LogoffAction() - Constructor for class org.apache.struts.webapp.example.LogoffAction
 
LogoffAction - Class in org.apache.struts.webapp.example2
Implementation of Action that processes a user logoff.
LogoffAction() - Constructor for class org.apache.struts.webapp.example2.LogoffAction
 
LOGON - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "logon" result for this application.
LOGON - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "logon" result for this application.
logon() - Method in class org.apache.struts.webapp.example.IndexBacking
Forward to the Logon page.
logon() - Method in class org.apache.struts.webapp.example2.LoggedOff
Begin the process of logging on.
LogonAction - Class in org.apache.struts.apps.mailreader.actions
Validate a user logon.
LogonAction() - Constructor for class org.apache.struts.apps.mailreader.actions.LogonAction
 
LogonAction - Class in org.apache.struts.webapp.example
Implementation of Action that validates a user logon.
LogonAction() - Constructor for class org.apache.struts.webapp.example.LogonAction
 
LogonAction - Class in org.apache.struts.webapp.example2
Implementation of Action that validates a user logon.
LogonAction() - Constructor for class org.apache.struts.webapp.example2.LogonAction
 
LogonForm - Class in org.apache.struts.webapp.example
Form bean for the user profile page.
LogonForm() - Constructor for class org.apache.struts.webapp.example.LogonForm
 
LogonForm - Class in org.apache.struts.webapp.example2
Form bean for the user profile page.
LogonForm() - Constructor for class org.apache.struts.webapp.example2.LogonForm
 
LookupDispatchExampleAction - Class in org.apache.struts.webapp.dispatch
Example LookupDispatchAction.
LookupDispatchExampleAction() - Constructor for class org.apache.struts.webapp.dispatch.LookupDispatchExampleAction
Constructor - populate the key method map.

M

MainMenuAction - Class in org.apache.struts.apps.mailreader.actions
Forward to logon result if user object is missing, otherwise forward to the MainMenu result (success).
MainMenuAction() - Constructor for class org.apache.struts.apps.mailreader.actions.MainMenuAction
 
MainMenuBacking - Class in org.apache.struts.webapp.example
Backing bean for the mainMenu.jsp page.
MainMenuBacking() - Constructor for class org.apache.struts.webapp.example.MainMenuBacking
 
MappingDispatchExampleAction - Class in org.apache.struts.webapp.dispatch
Example DispatchAction.
MappingDispatchExampleAction() - Constructor for class org.apache.struts.webapp.dispatch.MappingDispatchExampleAction
 
MemoryDatabasePlugIn - Class in org.apache.struts.apps.mailreader.plugin
MemoryDatabasePlugIn initializes and finalizes the persistent storage of User and Subscription information for the Struts Demonstration Application, using an in-memory database backed by an XML file.
MemoryDatabasePlugIn() - Constructor for class org.apache.struts.apps.mailreader.plugin.MemoryDatabasePlugIn
 
MemoryDatabasePlugIn - Class in org.apache.struts.apps.scriptingmailreader.plugin
MemoryDatabasePlugIn initializes and finalizes the persistent storage of User and Subscription information for the Struts Demonstration Application, using an in-memory database backed by an XML file.
MemoryDatabasePlugIn() - Constructor for class org.apache.struts.apps.scriptingmailreader.plugin.MemoryDatabasePlugIn
 
MemoryDatabasePlugIn - Class in org.apache.struts.webapp.example.memory
MemoryDatabasePlugIn initializes and finalizes the persistent storage of User and Subscription information for the Struts Demonstration Application, using an in-memory database backed by an XML file.
MemoryDatabasePlugIn() - Constructor for class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
MemoryDatabasePlugIn - Class in org.apache.struts.webapp.example2.memory
MemoryDatabasePlugIn initializes and finalizes the persistent storage of User and Subscription information for the Struts Demonstration Application, using an in-memory database backed by an XML file.
MemoryDatabasePlugIn() - Constructor for class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
 
MemorySubscription - Class in org.apache.struts.webapp.example.memory
Concrete implementation of Subscription for an in-memory database backed by an XML data file.
MemorySubscription(MemoryUser, String) - Constructor for class org.apache.struts.webapp.example.memory.MemorySubscription
Construct a new Subscription associated with the specified User.
MemorySubscription - Class in org.apache.struts.webapp.example2.memory
Concrete implementation of Subscription for an in-memory database backed by an XML data file.
MemorySubscription(MemoryUser, String) - Constructor for class org.apache.struts.webapp.example2.memory.MemorySubscription
Construct a new Subscription associated with the specified User.
MemoryUser - Class in org.apache.struts.webapp.example.memory
Concrete implementation of User for an in-memory database backed by an XML data file.
MemoryUser(MemoryUserDatabase, String) - Constructor for class org.apache.struts.webapp.example.memory.MemoryUser
Construct a new User associated with the specified UserDatabase.
MemoryUser - Class in org.apache.struts.webapp.example2.memory
Concrete implementation of User for an in-memory database backed by an XML data file.
MemoryUser(MemoryUserDatabase, String) - Constructor for class org.apache.struts.webapp.example2.memory.MemoryUser
Construct a new User associated with the specified UserDatabase.
MemoryUserDatabase - Class in org.apache.struts.webapp.example.memory
Concrete implementation of UserDatabase for an in-memory database backed by an XML data file.
MemoryUserDatabase() - Constructor for class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
MemoryUserDatabase - Class in org.apache.struts.webapp.example2.memory
Concrete implementation of UserDatabase for an in-memory database backed by an XML data file.
MemoryUserDatabase() - Constructor for class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
 
messages - Static variable in class org.apache.struts.webapp.example.LinkUserTag
The message resources for this package.
messages - Static variable in class org.apache.struts.webapp.example2.LinkUserTag
The message resources for this package.
MSG_TRANSACTION_TOKEN - Static variable in class org.apache.struts.apps.mailreader.Constants
The resource key for an error with the transactional token.
MSG_TRANSACTION_TOKEN - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The resource key for an error with the transactional token.
MultiboxActionForm - Class in examples.multibox
An ActionForm for the Multibox examples
MultiboxActionForm() - Constructor for class examples.multibox.MultiboxActionForm
Constructor for MultiboxActionForm.
MultiRegistrationAction - Class in org.apache.struts.webapp.validator
Implementation of Action that validates a multi-page registration form.
MultiRegistrationAction() - Constructor for class org.apache.struts.webapp.validator.MultiRegistrationAction
 

N

name - Variable in class org.apache.struts.webapp.example.LinkSubscriptionTag
The attribute name.
name - Variable in class org.apache.struts.webapp.example2.LinkSubscriptionTag
The attribute name.
NestedBean - Class in examples.bean
Another Example Bean
NestedBean() - Constructor for class examples.bean.NestedBean
Constructor for NestedBean.

O

open() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Initiate access to the underlying persistence layer.
open() - Method in interface org.apache.struts.webapp.example.UserDatabase
Initiate access to the underlying persistence layer.
open() - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Initiate access to the underlying persistence layer.
open() - Method in interface org.apache.struts.webapp.example2.UserDatabase
Initiate access to the underlying persistence layer.
org.apache.struts.apps.mailreader - package org.apache.struts.apps.mailreader
 
org.apache.struts.apps.mailreader.actions - package org.apache.struts.apps.mailreader.actions
 
org.apache.struts.apps.mailreader.plugin - package org.apache.struts.apps.mailreader.plugin
 
org.apache.struts.apps.scriptingmailreader - package org.apache.struts.apps.scriptingmailreader
 
org.apache.struts.apps.scriptingmailreader.plugin - package org.apache.struts.apps.scriptingmailreader.plugin
 
org.apache.struts.webapp.dispatch - package org.apache.struts.webapp.dispatch
 
org.apache.struts.webapp.el.exercise - package org.apache.struts.webapp.el.exercise
 
org.apache.struts.webapp.example - package org.apache.struts.webapp.example
 
org.apache.struts.webapp.example.memory - package org.apache.struts.webapp.example.memory
 
org.apache.struts.webapp.example2 - package org.apache.struts.webapp.example2
 
org.apache.struts.webapp.example2.memory - package org.apache.struts.webapp.example2.memory
 
org.apache.struts.webapp.examples - package org.apache.struts.webapp.examples
 
org.apache.struts.webapp.exercise - package org.apache.struts.webapp.exercise
 
org.apache.struts.webapp.upload - package org.apache.struts.webapp.upload
 
org.apache.struts.webapp.validator - package org.apache.struts.webapp.validator
 

P

PACKAGE - Static variable in class org.apache.struts.apps.mailreader.Constants
The package name for this application.
PACKAGE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The package name for this application.
Package - Static variable in class org.apache.struts.webapp.example.Constants
The package name for this application.
Package - Static variable in class org.apache.struts.webapp.example2.Constants
The package name for this application.
page - Variable in class org.apache.struts.webapp.example.LinkSubscriptionTag
The context-relative URI.
page - Variable in class org.apache.struts.webapp.example.LinkUserTag
The hyperlink URI.
page - Variable in class org.apache.struts.webapp.example2.LinkSubscriptionTag
The context-relative URI.
page - Variable in class org.apache.struts.webapp.example2.LinkUserTag
The hyperlink URI.
PASSWORD - Static variable in class org.apache.struts.apps.mailreader.actions.BaseAction
Name of password field ["password"].
PASSWORD2 - Static variable in class org.apache.struts.apps.mailreader.actions.RegistrationAction
Name of password confirmation field ["password2"].
PrepareBeanAction - Class in examples.bean
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareBeanAction() - Constructor for class examples.bean.PrepareBeanAction
Constructor for PrepareBeanAction.
PrepareLinksAction - Class in examples.links
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareLinksAction() - Constructor for class examples.links.PrepareLinksAction
Constructor for PrepareOptionsAction.
PrepareLogicAction - Class in examples.logic
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareLogicAction() - Constructor for class examples.logic.PrepareLogicAction
Constructor for PrepareOptionsAction.
PrepareMultiboxAction - Class in examples.multibox
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareMultiboxAction() - Constructor for class examples.multibox.PrepareMultiboxAction
Constructor for PrepareOptionsAction.
PrepareOptionsAction - Class in examples.options
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareOptionsAction() - Constructor for class examples.options.PrepareOptionsAction
Constructor for PrepareOptionsAction.
PrepareTokenAction - Class in examples.token
Perform any tasks and setup any data that must be prepared before the form is displayed.
PrepareTokenAction() - Constructor for class examples.token.PrepareTokenAction
Constructor for PrepareOptionsAction.
ProcessDynaAction - Class in examples.dyna
Retrieve and process data from the submitted form
ProcessDynaAction() - Constructor for class examples.dyna.ProcessDynaAction
Constructor for ProcessOptionsAction.
ProcessLinksAction - Class in examples.links
Retrieve and process data from the submitted form
ProcessLinksAction() - Constructor for class examples.links.ProcessLinksAction
Constructor for ProcessOptionsAction.
ProcessLocalizationAction - Class in examples.localization
Retrieve and process data from the submitted form
ProcessLocalizationAction() - Constructor for class examples.localization.ProcessLocalizationAction
Constructor for ProcessOptionsAction.
ProcessMultiboxAction - Class in examples.multibox
Retrieve and process data from the submitted form
ProcessMultiboxAction() - Constructor for class examples.multibox.ProcessMultiboxAction
Constructor for ProcessOptionsAction.
ProcessOptionsAction - Class in examples.options
Retrieve and process data from the submitted form
ProcessOptionsAction() - Constructor for class examples.options.ProcessOptionsAction
Constructor for ProcessOptionsAction.
ProcessSimpleAction - Class in examples.simple
Retrieve and process data from the submitted form
ProcessSimpleAction() - Constructor for class examples.simple.ProcessSimpleAction
Constructor for ProcessFormAction.
ProcessTokenAction - Class in examples.token
Retrieve and process data from the submitted form
ProcessTokenAction() - Constructor for class examples.token.ProcessTokenAction
Constructor for ProcessOptionsAction.
ProcessValidatorAction - Class in examples.validator
Retrieve and process data from the submitted form
ProcessValidatorAction() - Constructor for class examples.validator.ProcessValidatorAction
Constructor for ProcessOptionsAction.

Q

queryParam - Variable in class org.apache.struts.webapp.upload.UploadForm
The value of the embedded query string parameter

R

register() - Method in class org.apache.struts.webapp.example2.LoggedOff
Begin the process of registering a new user.
RegistrationAction - Class in org.apache.struts.apps.mailreader.actions
Provide an Edit method for retrieving an existing user, and a Save method for updating or inserting a user.
RegistrationAction() - Constructor for class org.apache.struts.apps.mailreader.actions.RegistrationAction
 
RegistrationAction - Class in org.apache.struts.webapp.validator
Implementation of Action that validates a registration form.
RegistrationAction() - Constructor for class org.apache.struts.webapp.validator.RegistrationAction
 
RegistrationBacking - Class in org.apache.struts.webapp.example
Backing bean for the registration.jsp page.
RegistrationBacking() - Constructor for class org.apache.struts.webapp.example.RegistrationBacking
 
RegistrationBacking - Class in org.apache.struts.webapp.example2
Backing bean for the registration.jsp page.
RegistrationBacking() - Constructor for class org.apache.struts.webapp.example2.RegistrationBacking
 
RegistrationForm - Class in org.apache.struts.webapp.example
Form bean for the user registration page.
RegistrationForm() - Constructor for class org.apache.struts.webapp.example.RegistrationForm
 
RegistrationForm - Class in org.apache.struts.webapp.example2
Form bean for the user registration page.
RegistrationForm() - Constructor for class org.apache.struts.webapp.example2.RegistrationForm
 
RegistrationForm - Class in org.apache.struts.webapp.validator
Form bean for the user registration page.
RegistrationForm() - Constructor for class org.apache.struts.webapp.validator.RegistrationForm
 
release() - Method in class org.apache.struts.webapp.example.CheckLogonTag
Release any acquired resources.
release() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Release resources allocated to this tag instance.
release() - Method in class org.apache.struts.webapp.example.LinkUserTag
Release any acquired resources.
release() - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Release any acquired resources.
release() - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
Release resources allocated to this tag instance.
release() - Method in class org.apache.struts.webapp.example2.LinkUserTag
Release any acquired resources.
removeFormBean(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.MultiRegistrationAction
Convenience method for removing the obsolete form bean.
removeFormBean(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.RegistrationAction
Convenience method for removing the obsolete form bean.
removeFormBean(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.TypeAction
Convenience method for removing the obsolete form bean.
removeSubscription(Subscription) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Remove the specified Subscription from being associated with this User.
removeSubscription(Subscription) - Method in interface org.apache.struts.webapp.example.User
Remove the specified Subscription from being associated with this User.
removeSubscription(Subscription) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
Remove the specified Subscription from being associated with this User.
removeSubscription(Subscription) - Method in interface org.apache.struts.webapp.example2.User
Remove the specified Subscription from being associated with this User.
removeUser(User) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Remove the specified User from this database.
removeUser(User) - Method in interface org.apache.struts.webapp.example.UserDatabase
Remove the specified User from this database.
removeUser(User) - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Remove the specified User from this database.
removeUser(User) - Method in interface org.apache.struts.webapp.example2.UserDatabase
Remove the specified User from this database.
REPLY_TO_ADDRESS - Static variable in class org.apache.struts.apps.mailreader.actions.RegistrationAction
Name of replyToAddress field ["replyToAddress"].
reset(ActionMapping, HttpServletRequest) - Method in class examples.multibox.MultiboxActionForm
Clear all checkboxes
reset(ActionMapping, HttpServletRequest) - Method in class examples.simple.SimpleActionForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.el.exercise.TestBean
Reset the properties that will be received as input.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.LogonForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.RegistrationForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.LogonForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.exercise.TestBean
Reset the properties that will be received as input.
reset() - Method in class org.apache.struts.webapp.upload.UploadForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.RegistrationForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.validator.TypeForm
Reset all properties to their default values.

S

Save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.RegistrationAction
Insert or update a User object to the persistent store.
Save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Insert or update a Subscription object to the persistent store.
SAVE - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "save" task.
SAVE - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "save" task.
save() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Save any pending changes to the underlying persistence layer.
save() - Method in interface org.apache.struts.webapp.example.UserDatabase
Save any pending changes to the underlying persistence layer.
save() - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
Save any pending changes to the underlying persistence layer.
save() - Method in interface org.apache.struts.webapp.example2.UserDatabase
Save any pending changes to the underlying persistence layer.
SaveRegistrationAction - Class in org.apache.struts.webapp.example
Implementation of Action that validates and creates or updates the user registration information entered by the user.
SaveRegistrationAction() - Constructor for class org.apache.struts.webapp.example.SaveRegistrationAction
 
SaveRegistrationAction - Class in org.apache.struts.webapp.example2
Implementation of Action that validates and creates or updates the user registration information entered by the user.
SaveRegistrationAction() - Constructor for class org.apache.struts.webapp.example2.SaveRegistrationAction
 
SaveSubscriptionAction - Class in org.apache.struts.webapp.example
Implementation of Action that validates and creates or updates the mail subscription entered by the user.
SaveSubscriptionAction() - Constructor for class org.apache.struts.webapp.example.SaveSubscriptionAction
 
SaveSubscriptionAction - Class in org.apache.struts.webapp.example2
Implementation of Action that validates and creates or updates the mail subscription entered by the user.
SaveSubscriptionAction() - Constructor for class org.apache.struts.webapp.example2.SaveSubscriptionAction
 
setAction(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the maintenance action.
setAction(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the maintenance action.
setAction(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the maintenance action.
setAction(String) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the maintenance action.
setAction(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setAction(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setAddr(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setArray(String[]) - Method in class examples.bean.ExampleBean
Sets the array.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setAutoConnect(boolean) - Method in interface org.apache.struts.webapp.example.Subscription
Set the auto-connect flag.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the auto-connect flag.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
setAutoConnect(boolean) - Method in interface org.apache.struts.webapp.example2.Subscription
Set the auto-connect flag.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the auto-connect flag.
setBeanCollection(Collection) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setBeanCollection(Collection) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setBeanCollectionSelect(String[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setBeanCollectionSelect(String[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setBooleanProperty(boolean) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setBooleanProperty(boolean) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setBooleanValue(boolean) - Method in class examples.bean.ExampleBean
Sets the booleanValue.
setBooleanValue(boolean) - Method in class examples.TestBean
Sets the booleanValue.
setByte(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setCity(String) - Method in class org.apache.struts.webapp.validator.CityStateZip
 
setCityStateZip(CityStateZip) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setCollectionSelect(String[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setCollectionSelect(String[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setColor(String) - Method in class examples.simple.SimpleActionForm
Sets the color.
setColors(String[]) - Method in class examples.multibox.MultiboxActionForm
Sets the colors.
setConfirm(boolean) - Method in class examples.simple.SimpleActionForm
Sets the confirm.
setCoord(int, Coord) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setCreditCard(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setDate(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setDateValue(Date) - Method in class examples.bean.ExampleBean
Sets the dateValue.
setDateValue(Date) - Method in class examples.TestBean
Sets the dateValue.
setDouble(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setDoubleProperty(double) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setDoubleProperty(double) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setDoubleValue(double) - Method in class examples.bean.ExampleBean
Sets the doubleValue.
setDoubleValue(double) - Method in class examples.TestBean
Sets the doubleValue.
setEmail(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setEmail(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setEmptyListProperty(List) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setEmptyMapProperty(Map) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setEmptyStringProperty(String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setEmptyStringProperty(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setExample(String) - Method in class org.apache.struts.webapp.examples.CustomActionForm
Set the example String.
setExample(String) - Method in class org.apache.struts.webapp.examples.CustomActionForward
Set the example String.
setExample(String) - Method in class org.apache.struts.webapp.examples.CustomActionMapping
Set the example String.
setExample(String) - Method in class org.apache.struts.webapp.examples.CustomFormBean
Set the example String.
setFailure(String) - Method in class org.apache.struts.webapp.example.ApplicationMapping
Set the failure URI for this mapping.
setFailure(String) - Method in class org.apache.struts.webapp.example2.ApplicationMapping
Set the failure URI for this mapping.
setFalseProperty(boolean) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setFalseProperty(boolean) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setFilePath(String) - Method in class org.apache.struts.webapp.upload.UploadForm
Set the path to write a file to
setFirstName(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setFloat(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setFloatProperty(float) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setFloatProperty(float) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setFloatRange(String) - Method in class org.apache.struts.webapp.validator.TypeForm
Float field with range checking
setFloatValue(float) - Method in class examples.bean.ExampleBean
Sets the floatValue.
setFloatValue(float) - Method in class examples.TestBean
Sets the floatValue.
setFromAddress(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setFromAddress(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the from address.
setFromAddress(String) - Method in interface org.apache.struts.webapp.example.User
Set the from address.
setFromAddress(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
setFromAddress(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the from address.
setFromAddress(String) - Method in interface org.apache.struts.webapp.example2.User
Set the from address.
setFruits(String[]) - Method in class examples.multibox.MultiboxActionForm
Sets the fruits.
setFullName(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setFullName(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the full name.
setFullName(String) - Method in interface org.apache.struts.webapp.example.User
Set the full name.
setFullName(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
setFullName(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the full name.
setFullName(String) - Method in interface org.apache.struts.webapp.example2.User
Set the full name.
setHidden(String) - Method in class examples.simple.SimpleActionForm
Sets the hidden.
setHost(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the host name.
setHost(String) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the host name.
setHtml(String) - Method in class examples.bean.ExampleBean
Sets the html.
setImageCoord(int, Coord) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setIntArray(int[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setIntArray(int[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setInteger(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setIntIndexed(int, int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setIntIndexed(int, int) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setIntMultibox(int[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setIntMultibox(int[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setIntProperty(int) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setIntProperty(int) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setIntRange(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setIntValue(int) - Method in class examples.bean.ExampleBean
Sets the intValue.
setIntValue(int) - Method in class examples.TestBean
Sets the intValue.
setLastName(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setList(List) - Method in class examples.bean.ExampleBean
Sets the list.
setListProperty(List) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setLong(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setLongProperty(long) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setLongProperty(long) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setLongValue(long) - Method in class examples.bean.ExampleBean
Sets the longValue.
setLongValue(long) - Method in class examples.TestBean
Sets the longValue.
setMapProperty(Map) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setMask(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setMessage(String) - Method in class examples.simple.SimpleActionForm
Sets the message.
setMinMaxLength(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setMultipleSelect(String[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setMultipleSelect(String[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setName(String) - Method in class examples.simple.SimpleActionForm
Sets the name.
setName(String) - Method in class org.apache.struts.webapp.example.CheckLogonTag
Set the bean name.
setName(String) - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
 
setName(String) - Method in class org.apache.struts.webapp.example.LinkUserTag
Set the attribute name.
setName(String) - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Set the bean name.
setName(String) - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
 
setName(String) - Method in class org.apache.struts.webapp.example2.LinkUserTag
Set the attribute name.
setName(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setNameList(List) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setNested(NestedBean) - Method in class examples.bean.ExampleBean
Sets the nested.
setNullProperty(String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setNullProperty(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setOsList(String[]) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setOverallSatisfaction(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setPage(String) - Method in class org.apache.struts.webapp.example.CheckLogonTag
Set the forward page.
setPage(String) - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
 
setPage(String) - Method in class org.apache.struts.webapp.example.LinkUserTag
Set the hyperlink URI.
setPage(String) - Method in class org.apache.struts.webapp.example2.CheckLogonTag
Set the forward page.
setPage(String) - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
 
setPage(String) - Method in class org.apache.struts.webapp.example2.LinkUserTag
Set the hyperlink URI.
setPassword(String) - Method in class org.apache.struts.webapp.example.LogonForm
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setPassword(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setPassword(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example.User
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example2.LogonForm
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
setPassword(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
setPassword(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example2.Subscription
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example2.User
Set the password.
setPassword2(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the confirmation password.
setPassword2(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the confirmation password.
setPathname(String) - Method in class org.apache.struts.apps.mailreader.plugin.MemoryDatabasePlugIn
 
setPathname(String) - Method in class org.apache.struts.apps.scriptingmailreader.plugin.MemoryDatabasePlugIn
 
setPathname(String) - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
setPathname(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
setPathname(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
 
setPathname(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUserDatabase
 
setPhone(String) - Method in class org.apache.struts.webapp.validator.RegistrationForm
 
setProperties(UIComponent) - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Override attributes set on this tag instance.
setProperties(UIComponent) - Method in class org.apache.struts.webapp.example2.LinkSubscriptionTag
Override attributes set on this tag instance.
setQueryParam(String) - Method in class org.apache.struts.webapp.upload.UploadForm
Set the value of the query string parameter
setRating(String) - Method in class examples.simple.SimpleActionForm
Sets the rating.
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the reply to address.
setReplyToAddress(String) - Method in interface org.apache.struts.webapp.example.User
Set the reply-to address.
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
 
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the reply to address.
setReplyToAddress(String) - Method in interface org.apache.struts.webapp.example2.User
Set the reply-to address.
setResourcesSelect(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setSatisfaction(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setSecret(String) - Method in class examples.simple.SimpleActionForm
Sets the secret.
setShort(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setShortProperty(short) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setShortProperty(short) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setShortValue(short) - Method in class examples.bean.ExampleBean
Sets the shortValue.
setShortValue(short) - Method in class examples.TestBean
Sets the shortValue.
setSingleSelect(String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setSingleSelect(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setStateProv(String) - Method in class org.apache.struts.webapp.validator.CityStateZip
 
setStringArray(String[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setStringArray(String[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setStringIndexed(int, String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setStringIndexed(int, String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setStringMultibox(String[]) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setStringMultibox(String[]) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setStringProperty(String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setStringProperty(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setStringValue(String) - Method in class examples.bean.ExampleBean
Sets the stringValue.
setStringValue(String) - Method in class examples.bean.NestedBean
Sets the stringValue.
setStringValue(String) - Method in class examples.TestBean
Sets the stringValue.
setSuccess(String) - Method in class org.apache.struts.webapp.example.ApplicationMapping
Set the success URI for this mapping.
setSuccess(String) - Method in class org.apache.struts.webapp.example2.ApplicationMapping
Set the success URI for this mapping.
setTable(UIData) - Method in class org.apache.struts.webapp.example.RegistrationBacking
Set the UIData instance we are bound to.
setTheFile(FormFile) - Method in class org.apache.struts.webapp.upload.UploadForm
Set a representation of the file the user has uploaded
setTheText(String) - Method in class org.apache.struts.webapp.upload.UploadForm
Set the value of the form data text
setType(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setType(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the subscription type.
setType(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the subscription type.
setType(String) - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
setType(String) - Method in interface org.apache.struts.webapp.example2.Subscription
Set the subscription type.
setType(String) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the subscription type.
setupCache(ActionServlet, ModuleConfig) - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Cache commonly required data as servlet context attributes.
setupCache(ActionServlet, ModuleConfig) - Method in class org.apache.struts.webapp.example2.memory.MemoryDatabasePlugIn
Cache commonly required data as servlet context attributes.
setUrl(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setUsedLanguages(String[]) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setUsername(String) - Method in class org.apache.struts.webapp.example.LogonForm
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setUsername(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the username.
setUsername(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example2.LogonForm
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
 
setUsername(String) - Method in class org.apache.struts.webapp.example2.RegistrationForm
Set the username.
setUsername(String) - Method in interface org.apache.struts.webapp.example2.Subscription
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
Set the username.
setWithNulls(String) - Method in class org.apache.struts.webapp.el.exercise.TestBean
 
setWithNulls(String) - Method in class org.apache.struts.webapp.exercise.TestBean
 
setWouldRecommend(String) - Method in class org.apache.struts.webapp.validator.TypeForm
 
setWriteFile(boolean) - Method in class org.apache.struts.webapp.upload.UploadForm
Set whether or not to write to a file
setX(int) - Method in class org.apache.struts.webapp.el.exercise.Coord
 
setY(int) - Method in class org.apache.struts.webapp.el.exercise.Coord
 
setZipPostal(int, String) - Method in class org.apache.struts.webapp.validator.CityStateZip
 
ShowFileAction - Class in org.apache.struts.webapp.validator
Action which retrieves a file specified in the parameter and stores its contents in the request, so that they can be displayed.
ShowFileAction() - Constructor for class org.apache.struts.webapp.validator.ShowFileAction
 
SimpleActionForm - Class in examples.simple
A simple ActionForm
SimpleActionForm() - Constructor for class examples.simple.SimpleActionForm
Constructor for MultiboxActionForm.
Subscription - Interface in org.apache.struts.webapp.example
A Subscription which is stored, along with the associated User, in a UserDatabase.
Subscription - Interface in org.apache.struts.webapp.example2
A Subscription which is stored, along with the associated User, in a UserDatabase.
SUBSCRIPTION_KEY - Static variable in class org.apache.struts.apps.mailreader.Constants
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
SUBSCRIPTION_KEY - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
SUBSCRIPTION_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
SUBSCRIPTION_KEY - Static variable in class org.apache.struts.webapp.example2.Constants
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
SubscriptionAction - Class in org.apache.struts.apps.mailreader.actions
Provide an Edit method for retrieving an existing subscription, and a Save method for updating or inserting a subscription.
SubscriptionAction() - Constructor for class org.apache.struts.apps.mailreader.actions.SubscriptionAction
 
SubscriptionForm - Class in org.apache.struts.webapp.example
Form bean for the user profile page.
SubscriptionForm() - Constructor for class org.apache.struts.webapp.example.SubscriptionForm
 
SubscriptionForm - Class in org.apache.struts.webapp.example2
Form bean for the user profile page.
SubscriptionForm() - Constructor for class org.apache.struts.webapp.example2.SubscriptionForm
 
SUCCESS - Static variable in class org.apache.struts.apps.mailreader.Constants
The token representing a "success" result for this application.
SUCCESS - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The token representing a "success" result for this application.
SUCCESS - Static variable in class org.apache.struts.webapp.exercise.SuccessAction
 
SuccessAction - Class in examples
An Action that forwards control via a "success" ActionFoward.
SuccessAction() - Constructor for class examples.SuccessAction
Constructor for SuccessAction.
SuccessAction - Class in org.apache.struts.webapp.exercise
Dispatch control to the "success" forward.
SuccessAction() - Constructor for class org.apache.struts.webapp.exercise.SuccessAction
 

T

TASK - Static variable in class org.apache.struts.apps.mailreader.actions.BaseAction
Name of task field ["task"].
TestBean - Class in examples
An example bean for Bean Examples
TestBean() - Constructor for class examples.TestBean
Constructor for TestBean.
TestBean - Class in org.apache.struts.webapp.el.exercise
General purpose test bean for Struts custom tag tests.
TestBean() - Constructor for class org.apache.struts.webapp.el.exercise.TestBean
 
TestBean - Class in org.apache.struts.webapp.exercise
General purpose test bean for Struts custom tag tests.
TestBean() - Constructor for class org.apache.struts.webapp.exercise.TestBean
 
testListener(ActionEvent) - Method in class org.apache.struts.webapp.example.IndexBacking
Testing actionListener call
theFile - Variable in class org.apache.struts.webapp.upload.UploadForm
The file that the user has uploaded
theText - Variable in class org.apache.struts.webapp.upload.UploadForm
The value of the text the user has sent as form data
toString() - Method in class org.apache.struts.webapp.el.exercise.Coord
 
toString() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
Return a String representation of this object.
toString() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Return a String representation of this object.
toString() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return a string representation of this form bean.
toString() - Method in class org.apache.struts.webapp.example2.memory.MemorySubscription
Return a String representation of this object.
toString() - Method in class org.apache.struts.webapp.example2.memory.MemoryUser
Return a String representation of this object.
TYPE - Static variable in class org.apache.struts.apps.mailreader.actions.SubscriptionAction
Name of type field ["type"].
TypeAction - Class in org.apache.struts.webapp.validator
Implementation of Action that validates a different 'types'.
TypeAction() - Constructor for class org.apache.struts.webapp.validator.TypeAction
 
TypeForm - Class in org.apache.struts.webapp.validator
Form bean for the user type page.
TypeForm() - Constructor for class org.apache.struts.webapp.validator.TypeForm
 

U

update() - Method in class org.apache.struts.webapp.example.RegistrationBacking
Update the subscriptions to reflect any revisions to the type and autoConnect properties.
UploadAction - Class in org.apache.struts.webapp.upload
This class takes the UploadForm and retrieves the text value and file attributes and puts them in the request for the display.jsp page to display them
UploadAction() - Constructor for class org.apache.struts.webapp.upload.UploadAction
 
UploadForm - Class in org.apache.struts.webapp.upload
This class is a placeholder for form values.
UploadForm() - Constructor for class org.apache.struts.webapp.upload.UploadForm
 
User - Interface in org.apache.struts.webapp.example
A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
User - Interface in org.apache.struts.webapp.example2
A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
USER_KEY - Static variable in class org.apache.struts.apps.mailreader.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
USER_KEY - Static variable in class org.apache.struts.apps.scriptingmailreader.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
USER_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
USER_KEY - Static variable in class org.apache.struts.webapp.example2.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
UserDatabase - Interface in org.apache.struts.webapp.example
A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
UserDatabase - Interface in org.apache.struts.webapp.example2
A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
USERNAME - Static variable in class org.apache.struts.apps.mailreader.actions.BaseAction
Name of username field ["username"].

V

validate(ActionMapping, HttpServletRequest) - Method in class examples.multibox.MultiboxActionForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class examples.simple.SimpleActionForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.LogonForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.RegistrationForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.SubscriptionForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.LogonForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.RegistrationForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example2.SubscriptionForm
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.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.upload.UploadForm
Check to make sure the client hasn't exceeded the maximum allowed upload size inside of this validate method.
validateTwoFields(Object, ValidatorAction, Field, ActionMessages, HttpServletRequest) - Static method in class examples.validator.CustomValidator
Example validator for comparing the equality of two fields http://struts.apache.org/userGuide/dev_validator.html http://www.raibledesigns.com/page/rd/20030226

W

WelcomeAction - Class in org.apache.struts.apps.mailreader.actions
Confirm required resources are available before displaying initial page.
WelcomeAction() - Constructor for class org.apache.struts.apps.mailreader.actions.WelcomeAction
 
writeFile - Variable in class org.apache.struts.webapp.upload.UploadForm
Whether or not to write to a file

A B C D E F G H I L M N O P Q R S T U V W

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.