Klasse VelocitySecureActionDoesNothing
java.lang.Object
org.apache.turbine.modules.ActionEvent
org.apache.turbine.util.velocity.VelocityActionEvent
org.apache.turbine.modules.actions.VelocityAction
org.apache.turbine.modules.actions.VelocitySecureAction
org.apache.turbine.modules.actions.VelocitySecureActionDoesNothing
This action is used to test the secure action methods.
- Autor:
- Thomas Vandahl
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic int
static int
static int
Von Klasse geerbte Felder org.apache.turbine.util.velocity.VelocityActionEvent
initialized, velocity
Von Klasse geerbte Felder org.apache.turbine.modules.ActionEvent
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
Von Schnittstelle geerbte Felder org.apache.turbine.modules.Action
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
doPerform
(PipelineData pipelineData, org.apache.velocity.context.Context context) Default action is throw an exception.protected boolean
isAuthorized
(PipelineData pipelineData) Von Klasse geerbte Methoden org.apache.turbine.modules.actions.VelocitySecureAction
perform
Von Klasse geerbte Methoden org.apache.turbine.modules.actions.VelocityAction
initialize, setTemplate
Von Klasse geerbte Methoden org.apache.turbine.util.velocity.VelocityActionEvent
doPerform
Von Klasse geerbte Methoden org.apache.turbine.modules.ActionEvent
considerKey, executeEvents, formatString, getMethod
-
Felddetails
-
numberOfCalls
-
pipelineDataCalls
-
isAuthorizedCalls
-
-
Konstruktordetails
-
VelocitySecureActionDoesNothing
public VelocitySecureActionDoesNothing()
-
-
Methodendetails
-
doPerform
public void doPerform(PipelineData pipelineData, org.apache.velocity.context.Context context) throws Exception Default action is throw an exception.- Angegeben von:
doPerform
in KlasseVelocityAction
- Parameter:
pipelineData
- Current RunData informationcontext
- Context to populate- Löst aus:
Exception
- Thrown on error
-
isAuthorized
- Angegeben von:
isAuthorized
in KlasseVelocitySecureAction
- Löst aus:
Exception
- Siehe auch:
-