Package org.loom.interceptor

Interface Summary
ActionMappingAwareInterceptor An interceptor that needs access to the ActionMapping data
CreateInterceptor Gets called before Action.setContext() and before eager properties population.
ErrorListener Listener that gets called when validation errors have occurred.
ExecuteInterceptor Gets invoked before Event execution.
FinallyListener Invoked when the request has been executed.
Interceptor Classes that extend this interface listens to any phase of the event execution workflow.
PopulateInterceptor Gets invoked before action population (filling the action properties with request values).
PropertyBoundInterceptor An interceptor that is bound to a concrete property path
ResolutionInterceptor Gets invoked before the resolution execution.
RetrieveEntityInterceptor Retrieves an entity from the database
SecurityInterceptor Checks that the user has the required roles to call the event
SSLRedirectDataFactory  
ValidateInterceptor Gets called before action validation (validating the injected action properties) This listener gets called after populate and before execute
 

Class Summary
AbstractImageValidationInterceptor Validate one image parameter This class and its descendants are thread-safe.
AbstractPropertyBoundInterceptor Default implementation of the PropertyBound interface
CacheInterceptor Intercepts requests and invoke the associated method to get the Cache information.
DefaultImageValidationInterceptor Default image validator instance
DefaultRetrieveEntityInterceptor  
DefaultSecurityInterceptor Checks that the user has the required roles to call the event.
DefaultSSLPolicyInterceptor  
DefaultSSLRedirectDataFactory  
EagerPropertyInterceptor Assigns an eager property before the population phase
FileValidationInterceptor Validate one file parameter This class is thread-safe.
ImageData Data of an uploaded image
InterceptorProxy Maintains a list of listeners.
MethodInterceptor Interceptor that calls an action's listener method.
MethodInterceptor.AfterCreate  
MethodInterceptor.BeforeExecute  
MethodInterceptor.BeforePopulate  
MethodInterceptor.BeforeValidate  
MethodInterceptor.DoFinally  
MethodInterceptor.OnError  
SSLRedirectData