org.apache.myfaces.extensions.cdi.core.impl.spi
Interface InterceptorStrategy

All Superinterfaces:
Serializable

public interface InterceptorStrategy
extends Serializable

Base interface for all interceptor strategies which allow to provide custom implementations for CODI interceptors.

Author:
Gerhard Petracek

Method Summary
 Object execute(javax.interceptor.InvocationContext invocationContext)
           
 

Method Detail

execute

Object execute(javax.interceptor.InvocationContext invocationContext)
               throws Exception
Throws:
Exception


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.