org.loom.interceptor
Interface CreateInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
DefaultSecurityInterceptor, EagerPropertyInterceptor, InterceptorProxy, MethodInterceptor.AfterCreate

public interface CreateInterceptor
extends Interceptor

Gets called before Action.setContext() and before eager properties population. This is the first event fired.


Method Summary
 Resolution afterCreate(ParsedAction action)
           
 

Method Detail

afterCreate

Resolution afterCreate(ParsedAction action)
Parameters:
action - the action and event that is being executed
Returns:
if return value != null, stops the execution of the workflow and return the provided resolution