public class CustomAlterableContext extends AbstractContext implements javax.enterprise.context.spi.AlterableContext
AbstractContext.Instancestorage| Constructor and Description |
|---|
CustomAlterableContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual) |
Class<? extends Annotation> |
getScope() |
static boolean |
isDestroyCalled() |
static void |
reset() |
get, get, isActivepublic void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
destroy in interface javax.enterprise.context.spi.AlterableContextpublic static void reset()
public static boolean isDestroyCalled()
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.ContextCopyright © 2008-2015 Seam Framework. All Rights Reserved.