Uses of Package
org.loom.interceptor

Packages that use org.loom.interceptor
org.loom.addons.captcha   
org.loom.addons.confirmation   
org.loom.addons.multiupload   
org.loom.annotation.processor   
org.loom.interceptor   
org.loom.mapping   
 

Classes in org.loom.interceptor used by org.loom.addons.captcha
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.
 

Classes in org.loom.interceptor used by org.loom.addons.confirmation
Interceptor
          Classes that extend this interface listens to any phase of the event execution workflow.
ValidateInterceptor
          Gets called before action validation (validating the injected action properties) This listener gets called after populate and before execute
 

Classes in org.loom.interceptor used by org.loom.addons.multiupload
AbstractPropertyBoundInterceptor
          Default implementation of the PropertyBound interface
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
RetrieveEntityInterceptor
          Retrieves from the database JPA entities
 

Classes in org.loom.interceptor used by org.loom.annotation.processor
Interceptor
          Classes that extend this interface listens to any phase of the event execution workflow.
MethodInterceptor
          Interceptor that calls an action's listener method.
SecurityInterceptor
          Checks that the user has the required roles to call the event
 

Classes in org.loom.interceptor used by org.loom.interceptor
AbstractPropertyBoundInterceptor
          Default implementation of the PropertyBound interface
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.
MethodInterceptor
          Interceptor that calls an action's listener method.
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.
ValidateInterceptor
          Gets called before action validation (validating the injected action properties) This listener gets called after populate and before execute
 

Classes in org.loom.interceptor used by org.loom.mapping
Interceptor
          Classes that extend this interface listens to any phase of the event execution workflow.
InterceptorProxy
          Maintains a list of listeners.
 



The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.