Package jodd.madvoc.interceptor

Various Madvoc action interceptors.

See:
          Description

Interface Summary
Preparable Preparable actions will have their prepare() method called if intercepted by PrepareInterceptor.
 

Class Summary
ActionInterceptor Action interceptor.
ActionInterceptorStack Groups common interceptors, avoiding lots of classes inside an InterceptedBy annotation.
AnnotatedFieldsInterceptor Performs some operation on all annotated fields.
DefaultWebAppInterceptors Marker for default interceptors for easy configuration purposes.
EchoInterceptor Simple interceptor that measures time and prints out information about invoked actions.
IdRequestInjectorInterceptor Injects only ID request attributes and parameters that ends with '.id'.
LogEchoInterceptor Echo interceptor that outputs to logger.
PrepareAndIdInjectorInterceptor This is a simple join of IdRequestInjectorInterceptor and PrepareInterceptor.
PrepareInterceptor Prepares action by calling prepare() before action method invocation.
ServletConfigInterceptor Configures actions and applies some servlet configuration prior action execution.
 

Package jodd.madvoc.interceptor Description

Various Madvoc action interceptors.



Copyright © 2003-2011 Jodd Team