Uses of Class
org.apache.cocoon.acting.AbstractAction

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.ajax   
org.apache.cocoon.auth.acting   
org.apache.cocoon.mail   
org.apache.cocoon.portal.acting   
org.apache.cocoon.portal.tools.acting   
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 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 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 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 HttpCacheAction
          This action adds the Last-Modified, Expires and Cache-Control HTTP headers to the response.
 class HttpHeaderAction
          This action adds HTTP headers to the response.
 class InputModuleAction
          Simple helper action to allow passing sitemap variables to InputModules.
 class LocaleAction
          An action that locates and provides to the pipeline locale information looked up in a range of ways.
 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 Sendmail
          The Sendmail action class sends email.
 class SendmailAction
          Deprecated. Please use the Sendmail action instead.
 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.
 class SetterAction
          This action can be used to set information in either the object model, the request or the session.
 

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.ajax
 

Subclasses of AbstractAction in org.apache.cocoon.ajax
 class GetContinuationAction
          Get a continuation knowing its identifier, and set it as the current continuation in the object model, in the same manner as cocoon.sendPageAndWait() does.
 

Uses of AbstractAction in org.apache.cocoon.auth.acting
 

Subclasses of AbstractAction in org.apache.cocoon.auth.acting
 class AbstractAuthAction
          This action tests if the user is logged in for a given application.
 

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: tagetId layout|coplet copletId layoutId
 class CopletSetDataAction
          Using this action, you can set values in a coplet
 class ObjectModelAction
          Deprecated. Use the SetterAction instead.
 class PreparePortalAction
          Prepare the portal by setting the portal name.
 class SaveAction
          This action saves the profile.
 class URLAction
          This action builds correct urls.
 

Uses of AbstractAction in org.apache.cocoon.portal.tools.acting
 

Subclasses of AbstractAction in org.apache.cocoon.portal.tools.acting
 class CheckAccessAction
          Check whether the current user is allowed to access the given page.
 

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
          Deprecated. This block is deprecated and will be removed in future versions.
 class LoggedInAction
          Deprecated. This block is deprecated and will be removed in future versions.
 class LoginAction
          Deprecated. This block is deprecated and will be removed in future versions.
 class LogoutAction
          Deprecated. This block is deprecated and will be removed in future versions.
 

Uses of AbstractAction in org.apache.cocoon.webapps.session.acting
 

Subclasses of AbstractAction in org.apache.cocoon.webapps.session.acting
 class FormManagerAction
          Deprecated. This block is deprecated and will be removed in future versions.
 class SessionAction
          Deprecated. This block is deprecated and will be removed in future versions.
 class SessionFormAction
          Deprecated. This block is deprecated and will be removed in future versions.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.