org.loom.interceptor
Class MethodInterceptor.BeforePopulate

java.lang.Object
  extended by org.loom.interceptor.MethodInterceptor
      extended by org.loom.interceptor.MethodInterceptor.BeforePopulate
All Implemented Interfaces:
Interceptor, PopulateInterceptor
Enclosing class:
MethodInterceptor

public static class MethodInterceptor.BeforePopulate
extends MethodInterceptor
implements PopulateInterceptor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.loom.interceptor.MethodInterceptor
MethodInterceptor.AfterCreate, MethodInterceptor.BeforeExecute, MethodInterceptor.BeforePopulate, MethodInterceptor.BeforeValidate, MethodInterceptor.DoFinally, MethodInterceptor.OnError
 
Constructor Summary
MethodInterceptor.BeforePopulate()
           
 
Method Summary
 Resolution beforePopulate(ParsedAction action)
           
 
Methods inherited from class org.loom.interceptor.MethodInterceptor
getInstance, invoke, setMethod, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInterceptor.BeforePopulate

public MethodInterceptor.BeforePopulate()
Method Detail

beforePopulate

public Resolution beforePopulate(ParsedAction action)
Specified by:
beforePopulate in interface PopulateInterceptor
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