Class Summary |
AbstractAction |
AbstractAction gives you the infrastructure for easily deploying more
Actions. |
AbstractComplementaryConfigurableAction |
Set up environment for configurable form handling data. |
AbstractConfigurableAction |
AbstractConfigurableAction gives you the infrastructure for easily
deploying more Actions that take default parameters. |
AbstractDatabaseAction |
Set up environment for configurable form handling data. |
AbstractMultiAction |
The AbstractMultiAction provides a way
to call methods of an action specified by
the method parameter or request parameter. |
AbstractValidatorAction |
Abstract implementation of action that needs to perform validation of
parameters (from session, from request, etc.). |
CacheEventAction |
Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl. |
ClearCacheAction |
Simple action which ensures the cache is cleared of all
cached results |
ClearPersistentStoreAction |
Simple action which ensures the persistent store is cleared. |
ComposerAction |
Deprecated. Use the ServiceableAction instead |
ConfigurableComposerAction |
Deprecated. Use the ConfigurableServiceableAction instead |
ConfigurableServiceableAction |
The ConfigurableServiceableAction will allow any Action
that extends this to access SitemapComponents. |
ConfigurationHelper |
|
CopySourceAction |
The CopySourceAction copies the content of it's "src" attribute to its "dest" parameter. |
DatabaseAddAction |
Adds record in a database. |
DatabaseAuthenticatorAction |
This action is used to authenticate user by comparing several request
fields (username, password) with the values in database. |
DatabaseCookieAuthenticatorAction |
This action is used to authenticate user by comparing several cookie values
(username, password) with the values in database. |
DatabaseDeleteAction |
Delete a record from a database. |
DatabaseSelectAction |
Select a record from a database. |
DatabaseUpdateAction |
Update a record in a database. |
DbXMLAuthenticatorAction |
This action is used to authenticate user by comparing several request
fields (username, password) with the values in a DBXML compliant database. |
FormValidatorAction |
This is the action used to validate Request parameters. |
HelloAction |
A simple Action that tracks if a Session object
has been created or not. |
HttpCacheAction |
This action adds the Last-Modified , Expires and
Cache-Control HTTP headers to the response. |
HttpHeaderAction |
This action adds HTTP headers to the response. |
InputModuleAction |
Simple helper action to allow passing sitemap variables to InputModules. |
JMSPublisherAction |
Action to publish TextMessages to a JMS Topic. |
LocaleAction |
An action that locates and provides to the pipeline locale information
looked up in a range of ways. |
OraAddAction |
Add a record in a database. |
OraUpdateAction |
Update a record in a database. |
PropagatorAction |
This is the action used to propagate parameters into a store using an
OutputModule . |
RequestParamAction |
This action makes some request details available to the sitemap via parameter
substitution. |
RequestParameterExistsAction |
This action simply checks to see if a given request parameter
exists. |
RequestParameterExistsAction.StringParts |
|
ResourceExistsAction |
This action simply checks to see if a resource identified by the src
sitemap attribute exists or not. |
ScriptAction |
A simple action that executes any script that can be run by the BSF |
Sendmail |
The Sendmail action class sends email. |
SendmailAction |
Deprecated. Please use the Sendmail action instead. |
ServerPagesAction |
Allows actions to be written in XSP. |
ServiceableAction |
The ServiceableAction will allow any Action
that extends this to access SitemapComponents. |
SessionInvalidatorAction |
This is the action used to invalidate an HTTP session. |
SessionIsValidAction |
This action just checks if a session exists and whether the current
seesion is still valid. |
SessionPropagatorAction |
This is the action used to propagate parameters into session. |
SessionStateAction |
Store the session's current state in a session attribute. |
SessionValidatorAction |
This is the action used to validate Session parameters (attributes). |
SetCharacterEncodingAction |
Sets the character encoding of parameters. |
SetterAction |
This action can be used to set information in either the object model,
the request or the session. |
ValidatorActionHelper |
Helper class to pass the result of a validation back along with
the validated object itself. |
ValidatorActionResult |
A number of constants to represent the possible outcomes of a
validation. |