org.apache.turbine.modules.actions |
Action class implementations.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
AccessController.java | Class | This action doPerforms an Access Control List and places it into
the RunData object, so it is easily available to modules. |
DefaultAction.java | Class | This is a Default Action module that doesn't do much. |
InitContextsAction.java | Class | Used to initialize JNDI contexts.
author: Greg Ritter author: Henning P. |
JspAction.java | Class | This class provides a convenience methods for Jsp Actions
to use. |
LoginUser.java | Class | This is where we authenticate the user logging into the system
against a user in the database. |
LogoutUser.java | Class | This action removes a user from the session. |
VelocityAction.java | Class | This class provides a convenience methods for Velocity Actions
to use. |
VelocitySecureAction.java | Class | VelocitySecure action.
Always performs a Security Check that you've defined before
executing the doBuildtemplate(). |