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

Packages that use ServiceableAction
org.apache.cocoon.acting   
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 ServiceableAction in org.apache.cocoon.acting
 

Subclasses of ServiceableAction in org.apache.cocoon.acting
 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 CopySourceAction
          The CopySourceAction copies the content of it's "src" attribute to its "dest" parameter.
 class HelloAction
          A simple Action that tracks if a Session object has been created or not.
 class LocaleAction
          An action that locates and provides to the pipeline locale information looked up in a range of ways.
 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 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 SetCharacterEncodingAction
          Sets the character encoding of parameters.
 

Uses of ServiceableAction in org.apache.cocoon.ajax
 

Subclasses of ServiceableAction 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 ServiceableAction in org.apache.cocoon.auth.acting
 

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

Uses of ServiceableAction in org.apache.cocoon.mail
 

Subclasses of ServiceableAction 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 ServiceableAction in org.apache.cocoon.portal.acting
 

Subclasses of ServiceableAction 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 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 ServiceableAction in org.apache.cocoon.portal.tools.acting
 

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

Uses of ServiceableAction in org.apache.cocoon.taglib.test.acting
 

Subclasses of ServiceableAction in org.apache.cocoon.taglib.test.acting
 class TagtestAction
           
 

Uses of ServiceableAction in org.apache.cocoon.transformation.helpers
 

Subclasses of ServiceableAction in org.apache.cocoon.transformation.helpers
 class PreemptiveLoaderAction
          This action starts the preemptive loader and runs forever.
 

Uses of ServiceableAction in org.apache.cocoon.webapps.authentication.acting
 

Subclasses of ServiceableAction 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 ServiceableAction in org.apache.cocoon.webapps.session.acting
 

Subclasses of ServiceableAction 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.
 



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