org.loom.interceptor
Interface PopulateInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
DefaultRetrieveEntityInterceptor, DefaultSSLPolicyInterceptor, InterceptorProxy, MethodInterceptor.BeforePopulate

public interface PopulateInterceptor
extends Interceptor

Gets invoked before action population (filling the action properties with request values).


Method Summary
 Resolution beforePopulate(ParsedAction action)
           
 

Method Detail

beforePopulate

Resolution beforePopulate(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