public class CommandScopedContext extends Object implements javax.enterprise.context.spi.Context, UIContextListener
| Constructor and Description |
|---|
CommandScopedContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(UIContext context) |
void |
contextInitialized(UIContext context) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> component) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> component,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> component)
get in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> component,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
get in interface javax.enterprise.context.spi.Contextpublic boolean isActive()
isActive in interface javax.enterprise.context.spi.Contextpublic void contextInitialized(UIContext context)
contextInitialized in interface UIContextListenerpublic void contextDestroyed(UIContext context)
contextDestroyed in interface UIContextListenerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.