Package com.atlassian.xwork.interceptors

Class Summary
CancelWorkflowInterceptor  
RequestParameterHackInterceptor This interceptor looks for a map in the ActionContext context, and if it finds it BUT those parameters are NOT in the existing Http Request, then it calls them as setters on the action.
RestrictHttpMethodInterceptor Interceptor used to restrict which HTTP methods are allowed to access which Action methods.
SafeParametersInterceptor Injects submitted form parameters into action properties.
SimpleValidationInterceptor Very simple validation interceptor.
XsrfTokenInterceptor Interceptor to add XSRF token protection to XWork actions.
XWorkProfilingInterceptor  
XWorkTransactionInterceptor Manages two separate database transactions around the action execution and result execution in XWork, using the Spring PlatformTransactionManager.
 

Enum Summary
RestrictHttpMethodInterceptor.SecurityLevel  
XsrfTokenInterceptor.SecurityLevel  
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.