org.loom.interceptor
Interface ValidateInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
AbstractImageValidationInterceptor, DefaultImageValidationInterceptor, FileValidationInterceptor, InterceptorProxy, MethodInterceptor.BeforeValidate

public interface ValidateInterceptor
extends Interceptor

Gets called before action validation (validating the injected action properties) This listener gets called after populate and before execute


Method Summary
 Resolution beforeValidate(ParsedAction action)
           
 

Method Detail

beforeValidate

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