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 intstatic intstatic intVon Klasse geerbte Felder org.apache.turbine.util.velocity.VelocityActionEvent
initialized, velocityVon Klasse geerbte Felder org.apache.turbine.modules.ActionEvent
bubbleUpException, BUTTON, BUTTON_LENGTH, DEFAULT_METHOD, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIXVon Schnittstelle geerbte Felder org.apache.turbine.modules.Action
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddoPerform(PipelineData pipelineData, org.apache.velocity.context.Context context) Default action is throw an exception.protected booleanisAuthorized(PipelineData pipelineData) Von Klasse geerbte Methoden org.apache.turbine.modules.actions.VelocitySecureAction
performVon Klasse geerbte Methoden org.apache.turbine.modules.actions.VelocityAction
initialize, setTemplateVon Klasse geerbte Methoden org.apache.turbine.util.velocity.VelocityActionEvent
doPerformVon 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:
doPerformin KlasseVelocityAction- Parameter:
pipelineData- Current RunData informationcontext- Context to populate- Löst aus:
Exception- Thrown on error
-
isAuthorized
- Angegeben von:
isAuthorizedin KlasseVelocitySecureAction- Löst aus:
Exception- Siehe auch:
-