public class ContextualInstance<T> extends Object
| Constructor and Description |
|---|
ContextualInstance(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
T instance) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.context.spi.Contextual<T> |
getContextual() |
javax.enterprise.context.spi.CreationalContext<T> |
getCreationalContext() |
T |
getInstance() |
Copyright © 2013 Seam Framework. All Rights Reserved.