Uses of Interface
org.apache.cocoon.acting.Action

Packages that use Action
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.faces   
org.apache.cocoon.forms.acting   
org.apache.cocoon.forms.samples   
org.apache.cocoon.mail   
org.apache.cocoon.portal.acting   
org.apache.cocoon.portal.authenticationfw   
org.apache.cocoon.portal.tools.acting   
org.apache.cocoon.profiler.debugging   
org.apache.cocoon.samples.castor   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.impl   
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 Action in org.apache.cocoon.acting
 

Classes in org.apache.cocoon.acting that implement Action
 class AbstractAction
          AbstractAction gives you the infrastructure for easily deploying more Actions.
 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 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 FlowAction
          Action class which simply calls a function defined in the flow script.
 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 JMSPublisherAction
          Action to publish TextMessages to a JMS Topic.
 class LinkTranslatorMapAction
          This action sets a new LINK_OBJECT entry in the objectModel entry.
 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 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. 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 Action in org.apache.cocoon.acting.modular
 

Classes in org.apache.cocoon.acting.modular that implement Action
 class DatabaseAction
          Abstract action for common function needed by database actions.
 class DatabaseQueryAction
          Executes an arbitrary query.
 

Uses of Action in org.apache.cocoon.ajax
 

Classes in org.apache.cocoon.ajax that implement Action
 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 Action in org.apache.cocoon.faces
 

Classes in org.apache.cocoon.faces that implement Action
 class FacesAction
           
 

Uses of Action in org.apache.cocoon.forms.acting
 

Classes in org.apache.cocoon.forms.acting that implement Action
 class AbstractFormsAction
          Abstract base class for Cocoon Forms actions.
 class HandleFormSubmitAction
          An action that will create a form instance, let it handle the current request (and do validation), and will return not-null if validation was successfully or null when validation failed.
 class MakeFormAction
          An action that creates a new form instance and stores it in a request attribute.
 

Uses of Action in org.apache.cocoon.forms.samples
 

Classes in org.apache.cocoon.forms.samples that implement Action
 class InitForm1Action
          An action that creates an instance of a specific example form included with Cocoon Forms, and adds some rows to its repeater widget.
 

Uses of Action in org.apache.cocoon.mail
 

Classes in org.apache.cocoon.mail that implement Action
 class MailAction
          This action creates javamail objects, and puts XMLizable object wrappers of these objects into the request attribute map.
 

Uses of Action in org.apache.cocoon.portal.acting
 

Classes in org.apache.cocoon.portal.acting that implement Action
 class AbstractPortalAction
          This abstract action provides access to the PortalService.
 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 SaveAction
          This action saves the profile.
 class URLAction
          This action builds correct urls.
 

Uses of Action in org.apache.cocoon.portal.authenticationfw
 

Classes in org.apache.cocoon.portal.authenticationfw that implement Action
 class IsAccessingAction
          This action informs the portal about the current user.
 

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

Classes in org.apache.cocoon.portal.tools.acting that implement Action
 class CheckAccessAction
          Check whether the current user is allowed to access the given page.
 

Uses of Action in org.apache.cocoon.profiler.debugging
 

Methods in org.apache.cocoon.profiler.debugging with parameters of type Action
 Map SimpleSitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 Map RemoteDebuggingSitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 

Uses of Action in org.apache.cocoon.samples.castor
 

Classes in org.apache.cocoon.samples.castor that implement Action
 class TestBeanAction
           
 

Uses of Action in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap with parameters of type Action
 Map SitemapExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String source, Parameters parameters)
          Invoke an action and return the result.
 

Uses of Action in org.apache.cocoon.sitemap.impl
 

Methods in org.apache.cocoon.sitemap.impl with parameters of type Action
 Map DefaultExecutor.invokeAction(ExecutionContext context, Map objectModel, Action action, Redirector redirector, SourceResolver resolver, String resolvedSource, Parameters resolvedParams)
           
 

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

Classes in org.apache.cocoon.taglib.test.acting that implement Action
 class TagtestAction
           
 

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

Classes in org.apache.cocoon.transformation.helpers that implement Action
 class PreemptiveLoaderAction
          This action starts the preemptive loader and runs forever.
 

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

Classes in org.apache.cocoon.webapps.authentication.acting that implement Action
 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 Action in org.apache.cocoon.webapps.session.acting
 

Classes in org.apache.cocoon.webapps.session.acting that implement Action
 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.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.