| Interface | Description |
|---|---|
| ActionInterceptor |
Action interceptor.
|
| Class | Description |
|---|---|
| ActionInterceptorStack |
Groups common interceptors, avoiding lots of classes inside
an
InterceptedBy annotation. |
| AnnotatedPropertyInterceptor |
Performs some operation on all annotated properties.
|
| EchoInterceptor |
Simple interceptor that measures time and prints out information about invoked actions.
|
| JsonErrorInterceptor |
Interceptor of REST actions.
|
| LogEchoInterceptor |
Echo interceptor that outputs to logger.
|
| ServletConfigInterceptor |
Configures actions and applies some servlet configuration prior action execution.
|
Copyright © 2003-present Jodd Team