| Package | Description |
|---|---|
| org.jboss.cdi.tck.tests.interceptors.definition.custom |
| Modifier and Type | Method and Description |
|---|---|
SimpleInterceptorWithoutAnnotations |
CustomInterceptorImplementation.create(javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomInterceptorImplementation.destroy(SimpleInterceptorWithoutAnnotations instance,
javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
Object |
CustomInterceptorImplementation.intercept(javax.enterprise.inject.spi.InterceptionType type,
SimpleInterceptorWithoutAnnotations instance,
javax.interceptor.InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
SimpleInterceptorWithoutAnnotations |
CustomInterceptorImplementation.create(javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
void |
CustomInterceptorImplementation.destroy(SimpleInterceptorWithoutAnnotations instance,
javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
Copyright © 2008-2015 Seam Framework. All Rights Reserved.