Package org.apache.struts2.interceptor.annotations


package org.apache.struts2.interceptor.annotations
Interceptor annotations.
  • Class
    Description
    Marks a action method that needs to be called after the main action method and the result was executed.
    Marks a action method that needs to be executed before the main action method.
    Marks a action method that needs to be executed before the result.
    Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.