Package com.atlassian.xwork

Interface Summary
XsrfTokenGenerator Interface for generating anti-XSRF tokens for web forms.
XWorkVersionSupport Utility interface for abstracting binary or API-incompatible aspects of different XWork versions.
 

Class Summary
FileUploadUtils  
FileUploadUtils.UploadedFile  
PellMultiPartRequest Patched version of PellMultiPartRequest.
SimpleXsrfTokenGenerator Simple implementation of XsrfTokenGenerator that stores a unique value in the session.
 

Enum Summary
HttpMethod Enumeration of the different HTTP methods used by the RestrictHttpMethodInterceptor.
 

Exception Summary
FileUploadUtils.FileUploadException  
 

Annotation Types Summary
ParameterSafe Marks a class as being safe for use as a complex form parameter.
PermittedMethods Method level annotation for XWork actions to mark which HTTP Methods are permitted to be performed against which action invocations.
RequireSecurityToken Method level annotation for XWork actions to mark whether a particular action method invocation needs to be protected by an XSRF token.
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.