Class | Description |
---|---|
AnnotationParameterFilterInterceptor | Deprecated
since 6.6.0, integrated into
ParametersInterceptor with StrutsParameter using
struts.parameters.requireAnnotations=true |
AnnotationWorkflowInterceptor |
Annotation Type | Description |
---|---|
After |
Marks a action method that needs to be called after the main action method and the result was
executed.
|
Allowed | Deprecated
since 6.6.0, use
StrutsParameter . |
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.
|
BlockByDefault | Deprecated
since 6.6.0, use
struts.parameters.requireAnnotations=true to block all parameters globally. |
Blocked | Deprecated
since 6.6.0, use
struts.parameters.requireAnnotations=true to block all parameters globally. |
InputConfig |
Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.