| Interface | Description |
|---|---|
| ActionInterceptor |
Action interceptor.
|
| Preparable |
Preparable actions will have their
prepare() method called if
intercepted by PreparableInterceptor. |
| Class | Description |
|---|---|
| ActionInterceptorStack |
Groups common interceptors, avoiding lots of classes inside
an
InterceptedBy annotation. |
| AnnotatedPropertyInterceptor |
Performs some operation on all annotated properties.
|
| DefaultWebAppInterceptors |
Marker for default interceptors for easy configuration purposes.
|
| EchoInterceptor |
Simple interceptor that measures time and prints out information about invoked actions.
|
| LogEchoInterceptor |
Echo interceptor that outputs to logger.
|
| ServletConfigInterceptor |
Configures actions and applies some servlet configuration prior action execution.
|
Copyright © 2003-present Jodd Team