org.jboss.cdi.tck.tests.context.alterable
Class CustomContext
java.lang.Object
org.jboss.cdi.tck.tests.context.alterable.CustomContext
- All Implemented Interfaces:
- javax.enterprise.context.spi.AlterableContext, javax.enterprise.context.spi.Context
public class CustomContext
- extends Object
- implements javax.enterprise.context.spi.AlterableContext
|
Method Summary |
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual)
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual)
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
Class<? extends Annotation> |
getScope()
|
boolean |
isActive()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomContext
public CustomContext()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface javax.enterprise.context.spi.Context
get
public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
- Specified by:
get in interface javax.enterprise.context.spi.Context
get
public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
- Specified by:
get in interface javax.enterprise.context.spi.Context
isActive
public boolean isActive()
- Specified by:
isActive in interface javax.enterprise.context.spi.Context
destroy
public void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
- Specified by:
destroy in interface javax.enterprise.context.spi.AlterableContext
Copyright © 2008-2012 Seam Framework. All Rights Reserved.