| Package | Description |
|---|---|
| com.opensymphony.xwork2.interceptor |
Interceptor classes.
|
| com.opensymphony.xwork2.validator |
XWork validation subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorkflowInterceptor
An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.
|
class |
ParametersInterceptor
This interceptor sets all parameters on the value stack.
|
class |
PrepareInterceptor
This interceptor calls
prepare() on actions which implement
Preparable. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationInterceptor
This interceptor runs the action through the standard validation framework, which in turn checks the action against
any validation rules (found in files such as ActionClass-validation.xml) and adds field-level and action-level
error messages (provided that the action implements
ValidationAware). |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.