org.granite.tide.cdi
Class TideComponentInterceptor

java.lang.Object
  extended by org.granite.tide.cdi.TideComponentInterceptor

@Interceptor
public class TideComponentInterceptor
extends Object


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