Uses of Package
com.opensymphony.webwork.interceptor

Packages that use com.opensymphony.webwork.interceptor
com.opensymphony.webwork.components   
com.opensymphony.webwork.interceptor Web specific interceptor classes. 
 

Classes in com.opensymphony.webwork.interceptor used by com.opensymphony.webwork.components
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.
 

Classes in com.opensymphony.webwork.interceptor used by com.opensymphony.webwork.interceptor
BackgroundProcess
          Background thread to be executed by the ExecuteAndWaitInterceptor.
PrincipalProxy
          Proxy class used together with PrincipalAware interface.
TokenInterceptor
          Ensures that only one request per token is processed.
 


WebWork Project Page