Uses of Class
org.apache.turbine.modules.Action

Packages that use Action
org.apache.turbine.modules   
org.apache.turbine.modules.actions   
org.apache.turbine.modules.actions.sessionvalidator   
org.apache.turbine.util.velocity   
org.apache.turbine.util.webmacro   
 

Uses of Action in org.apache.turbine.modules
 

Subclasses of Action in org.apache.turbine.modules
 class ActionEvent
           This is an alternative to the Action class that allows you to do event based actions.
 

Methods in org.apache.turbine.modules that return Action
 Action ActionLoader.getInstance(java.lang.String name)
          Pulls out an instance of the object by name.
 

Methods in org.apache.turbine.modules with parameters of type Action
private  void ActionLoader.addInstance(java.lang.String name, Action action)
          Adds an instance of an object into the hashtable.
 

Uses of Action in org.apache.turbine.modules.actions
 

Subclasses of Action in org.apache.turbine.modules.actions
 class AccessController
          This action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.
 class DefaultAction
          This is a Default Action module that doesn't do much.
 class InitContextsAction
          Used to initialize JNDI contexts.
 class LoginUser
          This is where we authenticate the user logging into the system against a user in the database.
 class LogoutUser
          This action removes a user from the session.
 class VelocityAction
          This class provides a convenience methods for Velocity Actions to use.
 class VelocitySecureAction
          VelocitySecure action.
 class WebMacroSiteAction
          This class provides a convenience methods for WebMacroSite Actions to use.
 class WebMacroSiteSecureAction
          WebMacroSiteSecure action.
 

Uses of Action in org.apache.turbine.modules.actions.sessionvalidator
 

Subclasses of Action in org.apache.turbine.modules.actions.sessionvalidator
 class DefaultSessionValidator
          The SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.
 class SessionValidator
          The SessionValidator attempts to retrive the User object from the Servlet API session that is associated with the request.
 class TemplateSecureSessionValidator
          SessionValidator that requires login for use with the WebMacroSite Service.
 class TemplateSessionValidator
          SessionValidator for use with the Template Service.
 

Uses of Action in org.apache.turbine.util.velocity
 

Subclasses of Action in org.apache.turbine.util.velocity
 class VelocityActionEvent
          If you are using VelocitySite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
 

Uses of Action in org.apache.turbine.util.webmacro
 

Subclasses of Action in org.apache.turbine.util.webmacro
 class WebMacroActionEvent
          If you are using WebMacroSite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.