public class DependentCreationalContext<S> extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DependentCreationalContext.DependentType |
| Constructor and Description |
|---|
DependentCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.context.spi.Contextual<S> |
getContextual() |
DependentCreationalContext.DependentType |
getDependentType() |
Object |
getInstance() |
void |
setDependentType(DependentCreationalContext.DependentType dependentType) |
void |
setInstance(Object instance) |
public DependentCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)
public Object getInstance()
public void setInstance(Object instance)
instance - the instance to setpublic DependentCreationalContext.DependentType getDependentType()
public void setDependentType(DependentCreationalContext.DependentType dependentType)
dependentType - the dependentType to setpublic javax.enterprise.context.spi.Contextual<S> getContextual()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.