|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAction | |
org.apache.cocoon.acting | |
org.apache.cocoon.acting.modular | modular These sitemap components use modules to obtain values and are thus very flexible in use. |
org.apache.cocoon.mail | |
org.apache.cocoon.portal.acting | |
org.apache.cocoon.samples.castor | |
org.apache.cocoon.taglib.test.acting | |
org.apache.cocoon.transformation.helpers | |
org.apache.cocoon.webapps.authentication.acting | |
org.apache.cocoon.webapps.session.acting |
Uses of AbstractAction in org.apache.cocoon.acting |
Subclasses of AbstractAction in org.apache.cocoon.acting | |
class |
AbstractComplementaryConfigurableAction
Set up environment for configurable form handling data. |
class |
AbstractConfigurableAction
AbstractConfigurableAction gives you the infrastructure for easily deploying more Actions that take default parameters. |
class |
AbstractDatabaseAction
Set up environment for configurable form handling data. |
class |
AbstractMultiAction
The AbstractMultiAction provides a way
to call methods of an action specified by
the method parameter or request parameter.
|
class |
AbstractValidatorAction
Abstract implementation of action that needs to perform validation of parameters (from session, from request, etc.). |
class |
CacheEventAction
Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl. |
class |
ClearCacheAction
Simple action which ensures the cache is cleared of all cached results |
class |
ClearPersistentStoreAction
Simple action which ensures the persistent store is cleared. |
class |
CommandAction
Action class, which simply calls a process on an operating system. |
class |
ComposerAction
Deprecated. Use the ServiceableAction instead |
class |
ConfigurableComposerAction
Deprecated. Use the ConfigurableServiceableAction instead |
class |
ConfigurableServiceableAction
The ConfigurableServiceableAction will allow any Action
that extends this to access SitemapComponents.
|
class |
CookieCreatorAction
The CookieCreatorAction class create or remove cookies. |
class |
CookieValidatorAction
This is the action used to validate Cookie parameters (values). |
class |
CopySourceAction
The CopySourceAction copies the content of it's "src" attribute to its "dest" parameter. |
class |
DatabaseAddAction
Adds record in a database. |
class |
DatabaseAuthenticatorAction
This action is used to authenticate user by comparing several request fields (username, password) with the values in database. |
class |
DatabaseCookieAuthenticatorAction
This action is used to authenticate user by comparing several cookie values (username, password) with the values in database. |
class |
DatabaseDeleteAction
Delete a record from a database. |
class |
DatabaseSelectAction
Select a record from a database. |
class |
DatabaseUpdateAction
Update a record in a database. |
class |
DbXMLAuthenticatorAction
This action is used to authenticate user by comparing several request fields (username, password) with the values in a DBXML compliant database. |
class |
ExpiresPipelineAction
This is a helper action for the expires pipeline implementation. |
class |
FormValidatorAction
This is the action used to validate Request parameters. |
class |
HelloAction
A simple Action that tracks if a Session object
has been created or not. |
class |
HttpHeaderAction
This action adds HTTP headers to the response. |
class |
InputModuleAction
Simple helper action to allow passing sitemap variables to InputModules. |
class |
LinkTranslatorMapAction
This action sets a new LINK_OBJECT entry in the objectModel entry. |
class |
LocaleAction
LocaleAction is a class which obtains the request's locale information (language, country, variant) and makes it available to the sitemap/pipeline. |
class |
OraAddAction
Add a record in a database. |
class |
OraUpdateAction
Update a record in a database. |
class |
PropagatorAction
This is the action used to propagate parameters into a store using an OutputModule . |
class |
RequestParamAction
This action makes some request details available to the sitemap via parameter substitution. |
class |
RequestParameterExistsAction
This action simply checks to see if a given request parameter exists. |
class |
ResourceExistsAction
This action simply checks to see if a resource identified by the src
sitemap attribute exists or not. |
class |
ScriptAction
A simple action that executes any script that can be run by the BSF |
class |
SectionCutterAction
An action designed to set any number of variables, based on the current site section. |
class |
Sendmail
The Sendmail action class sends email. |
class |
SendmailAction
Deprecated. |
class |
ServerPagesAction
Allows actions to be written in XSP. |
class |
ServiceableAction
The ServiceableAction will allow any Action
that extends this to access SitemapComponents. |
class |
SessionInvalidatorAction
This is the action used to invalidate an HTTP session. |
class |
SessionIsValidAction
This action just checks if a session exists and whether the current seesion is still valid. |
class |
SessionPropagatorAction
This is the action used to propagate parameters into session. |
class |
SessionStateAction
Store the session's current state in a session attribute. |
class |
SessionValidatorAction
This is the action used to validate Session parameters (attributes). |
class |
SetCharacterEncodingAction
Sets the character encoding of parameters. |
Uses of AbstractAction in org.apache.cocoon.acting.modular |
Subclasses of AbstractAction in org.apache.cocoon.acting.modular | |
class |
DatabaseAction
Abstract action for common function needed by database actions. |
class |
DatabaseQueryAction
Executes an arbitrary query. |
Uses of AbstractAction in org.apache.cocoon.mail |
Subclasses of AbstractAction in org.apache.cocoon.mail | |
class |
MailAction
This action creates javamail objects, and puts XMLizable object wrappers of these objects into the request attribute map. |
Uses of AbstractAction in org.apache.cocoon.portal.acting |
Subclasses of AbstractAction in org.apache.cocoon.portal.acting | |
class |
BookmarkAction
This action helps you in creating bookmarks The definition file is: |
class |
CopletSetDataAction
Using this action, you can set values in a coplet |
class |
ObjectModelAction
Stores all parameters in the object model adding prefix "cocoon-portal-". |
class |
SaveAction
This action saves the profile |
Uses of AbstractAction in org.apache.cocoon.samples.castor |
Subclasses of AbstractAction in org.apache.cocoon.samples.castor | |
class |
TestBeanAction
|
Uses of AbstractAction in org.apache.cocoon.taglib.test.acting |
Subclasses of AbstractAction in org.apache.cocoon.taglib.test.acting | |
class |
TagtestAction
|
Uses of AbstractAction in org.apache.cocoon.transformation.helpers |
Subclasses of AbstractAction in org.apache.cocoon.transformation.helpers | |
class |
PreemptiveLoaderAction
This action starts the preemptive loader and runs forever. |
Uses of AbstractAction in org.apache.cocoon.webapps.authentication.acting |
Subclasses of AbstractAction in org.apache.cocoon.webapps.authentication.acting | |
class |
AuthAction
This is the authentication action This action contains the complete configuration for the authentication Manager. |
class |
LoggedInAction
This action tests if the user is logged in for a given handler. |
class |
LoginAction
This action logs the current user into a given handler. |
class |
LogoutAction
This action logs the current user out of a given handler |
Uses of AbstractAction in org.apache.cocoon.webapps.session.acting |
Subclasses of AbstractAction in org.apache.cocoon.webapps.session.acting | |
class |
FormManagerAction
This action invokes the form manager to process incomming form values |
class |
SessionAction
This action creates and terminates a session. |
class |
SessionFormAction
This is the action used to validate Request parameters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |