Package org.apache.turbine.modules
Schnittstelle Action
- Alle Superschnittstellen:
Assembler
- Alle bekannten Implementierungsklassen:
AccessController
,ActionEvent
,DefaultAction
,DefaultSessionValidator
,InitContextsAction
,LegacyVelocityAction
,LegacyVelocitySecureAction
,LoginUser
,LogoutUser
,SessionValidator
,TemplateSecureSessionValidator
,TemplateSessionValidator
,VelocityAction
,VelocityActionEvent
,VelocitySecureAction
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
Generic Action interface.
- Version:
- $Id$
- Autor:
- Dave Bryson, Peter Courcoux
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
doPerform
(PipelineData pipelineData) A subclass must implement this method to perform itself.default void
perform
(PipelineData pipelineData) Subclasses can override this method to add additional functionality.
-
Felddetails
-
PREFIX
Prefix for action related classes and templates- Siehe auch:
-
CACHE_SIZE_KEY
Property for the size of the module cache if caching is on- Siehe auch:
-
CACHE_SIZE_DEFAULT
The default size for the action cache- Siehe auch:
-
NAME
Represents Action Objects- Siehe auch:
-
-
Methodendetails
-
doPerform
A subclass must implement this method to perform itself. The Action can also set the screen that is associated withPipelineData
.- Parameter:
pipelineData
- Turbine information.- Löst aus:
Exception
- a generic exception.
-
perform
Subclasses can override this method to add additional functionality.- Parameter:
pipelineData
- Turbine information.- Löst aus:
Exception
- a generic exception.
-