org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor
Class CatInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.Cat
      extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.CatInterceptor

@Interceptor
public class CatInterceptor
extends Cat


Constructor Summary
CatInterceptor()
           
 
Method Summary
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.Cat
hello
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatInterceptor

public CatInterceptor()
Method Detail

intercept

public Object intercept(javax.interceptor.InvocationContext ctx)
                 throws Exception
Throws:
Exception


Copyright © 2008-2012 Seam Framework. All Rights Reserved.