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

Packages that use Action
org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. 
org.apache.turbine.modules.actions Action class implementations. 
org.apache.turbine.modules.actions.sessionvalidator Session validator classes to be used with Turbine apps that use security. 
org.apache.turbine.util.velocity Velocity related utility code. 
 

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.
 

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.
 

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 Template Services like Velocity or WebMacro.
 class TemplateSessionValidator
          SessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to the TemplateSecureValidator except that it does not transfer to the login page when it detects a null user (or a user not logged in).
 

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.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.