Package com.opensymphony.webwork.interceptor

Web specific interceptor classes.

See:
          Description

Interface Summary
ApplicationAware Actions that want to be aware of the application Map object should implement this interface.
NoParameters This marker interface should be implemented by actions that do not want any parameters set on them automatically.
ParameterAware This interface gives actions an alternative way of receiving input parameters.
PrincipalAware Actions that want access to the Principal information from HttpServletRequest object should implement this interface.
ServletRequestAware All Actions that want to have access to the servlet request object must implement this interface.
ServletResponseAware All Actions that want to have access to the servlet response object must implement this interface.
SessionAware Actions that want access to the user's HTTP session should implement this interface.
 

Class Summary
ExecuteAndWaitInterceptor Executes an action in a background thread and then returns to the "wait" result.
FileUploadInterceptor Interceptor that is based off of MultiPartRequestWrapper.
PrincipalProxy Proxy class used together with PrincipalAware interface.
ServletConfigInterceptor An interceptor which sets action properties based on the interfaces an action implements.
TokenInterceptor  
TokenSessionStoreInterceptor  
WebWorkConversionErrorInterceptor This interceptor adds the conversion errors from the ActionContext to the field errors of the Action if the field value is not null, "", or {""} (a size 1 String array with only an empty String).
 

Package com.opensymphony.webwork.interceptor Description

Web specific interceptor classes.


WebWork Project Page