Package com.opensymphony.xwork.interceptor.annotations

Class Summary
AnnotationWorkflowInterceptor  
 

Annotation Types Summary
After Marks a action method that needs to be called after the main action method and the result was executed.
Before Marks a action method that needs to be executed before the main action method.
BeforeResult Marks a action method that needs to be executed before the result.
 


XWork Project Page