Uses of Class
org.apache.turbine.modules.ActionEvent
-
Packages that use ActionEvent Package Description org.apache.turbine.modules.actions Action class implementations.org.apache.turbine.util.velocity Velocity related utility code. -
-
Uses of ActionEvent in org.apache.turbine.modules.actions
Subclasses of ActionEvent in org.apache.turbine.modules.actions Modifier and Type Class Description classLegacyVelocityActionDeprecated.Use VelocityAction directlyclassLegacyVelocitySecureActionDeprecated.Use VelocitySecureAction directlyclassVelocityActionThis class provides a convenience methods for Velocity Actions to use.classVelocitySecureActionVelocitySecure action. -
Uses of ActionEvent in org.apache.turbine.util.velocity
Subclasses of ActionEvent in org.apache.turbine.util.velocity 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.
-