Package com.opensymphony.xwork2.interceptor.annotations
package com.opensymphony.xwork2.interceptor.annotations
Interceptor annotations.
-
ClassDescriptionMarks a action method that needs to be called after the main action method and the result was executed.Declares that it is permitted for the field be mutated through a HttpRequest parameter.Annotation based version of
ParameterFilterInterceptor
.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.Declares that by default fields on theAction
class are NOT permitted to be set from HttpRequest parameters.Declares that the given field should NOT be able to be mutated through a HttpRequest parameter.Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.