org.granite.tide.cdi
Class TideComponentInterceptor

java.lang.Object
  extended by org.granite.tide.cdi.TideComponentInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
public class TideComponentInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TideComponentInterceptor()
           
 
Method Summary
 Object doAround(InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideComponentInterceptor

public TideComponentInterceptor()
Method Detail

doAround

public Object doAround(InvocationContext invocation)
                throws Exception
Throws:
Exception