org.jboss.cdi.tck.tests.implementation.builtin.metadata
Class YoghurtInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.implementation.builtin.metadata.YoghurtInterceptor
- All Implemented Interfaces:
- Serializable
@Interceptor
public class YoghurtInterceptor
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YoghurtInterceptor
public YoghurtInterceptor()
intercept
public Object intercept(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
getBean
public javax.enterprise.inject.spi.Bean<YoghurtInterceptor> getBean()
getInterceptor
public javax.enterprise.inject.spi.Interceptor<YoghurtInterceptor> getInterceptor()
getInterceptedBean
public javax.enterprise.inject.spi.Bean<?> getInterceptedBean()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.