Uses of Interface
org.apache.turbine.modules.Action
-
Packages that use Action Package Description 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.services.assemblerbroker.util.java Factories for the java class based view (all template views).org.apache.turbine.services.assemblerbroker.util.python Factory for the python / jython based view.org.apache.turbine.util.velocity Velocity related utility code. -
-
Uses of Action in org.apache.turbine.modules
Classes in org.apache.turbine.modules that implement Action Modifier and Type Class Description classActionEventThis is an alternative to the Action class that allows you to do event based actions. -
Uses of Action in org.apache.turbine.modules.actions
Classes in org.apache.turbine.modules.actions that implement Action Modifier and Type Class Description classAccessControllerThis action doPerforms an Access Control List and places it into the RunData object, so it is easily available to modules.classDefaultActionThis is a Default Action module that doesn't do much.classInitContextsActionUsed to initialize JNDI contexts.classLegacyVelocityActionDeprecated.Use VelocityAction directlyclassLegacyVelocitySecureActionDeprecated.Use VelocitySecureAction directlyclassLoginUserThis is where we authenticate the user logging into the system against a user in the database.classLogoutUserThis action removes a user from the session.classVelocityActionThis class provides a convenience methods for Velocity Actions to use.classVelocitySecureActionVelocitySecure action. -
Uses of Action in org.apache.turbine.modules.actions.sessionvalidator
Classes in org.apache.turbine.modules.actions.sessionvalidator that implement Action Modifier and Type Class Description classDefaultSessionValidatorThe SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.classSessionValidatorThe SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.classTemplateSecureSessionValidatorSessionValidator that requires login for use with Template Services like Velocity or WebMacro.classTemplateSessionValidatorSessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to theTemplateSecureSessionValidatorexcept 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.services.assemblerbroker.util.java
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Action Modifier and Type Method Description ActionJavaActionFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Action Modifier and Type Method Description Loader<Action>JavaActionFactory. getLoader()Get the loader for this type of assemblerClass<Action>JavaActionFactory. getManagedClass()Get the class of this assembler -
Uses of Action in org.apache.turbine.services.assemblerbroker.util.python
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Action Modifier and Type Method Description ActionPythonActionFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Action Modifier and Type Method Description Loader<Action>PythonActionFactory. getLoader()Get the loader for this type of assemblerClass<Action>PythonActionFactory. getManagedClass()Get the class of this assembler -
Uses of Action in org.apache.turbine.util.velocity
Classes in org.apache.turbine.util.velocity that implement Action Modifier and Type Class Description classVelocityActionEventIf you are using VelocitySite stuff, then your Action's should extend this class instead of extending the ActionEvent class.
-