|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FromContext | |
|---|---|
| org.jboss.beans.metadata.api.model | |
| org.jboss.beans.metadata.plugins | Classes used to deploy beans, an abstract implementation. |
| org.jboss.beans.metadata.spi.builder | |
| Uses of FromContext in org.jboss.beans.metadata.api.model |
|---|
| Methods in org.jboss.beans.metadata.api.model that return FromContext | |
|---|---|
static FromContext |
FromContext.getInstance(String fromString)
Get the enum instance from string. |
static FromContext |
FromContext.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FromContext[] |
FromContext.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of FromContext in org.jboss.beans.metadata.plugins |
|---|
| Fields in org.jboss.beans.metadata.plugins declared as FromContext | |
|---|---|
protected FromContext |
AbstractInjectionValueMetaData.fromContext
|
| Methods in org.jboss.beans.metadata.plugins that return FromContext | |
|---|---|
FromContext |
AbstractInjectionValueMetaData.getFromContext()
|
| Methods in org.jboss.beans.metadata.plugins with parameters of type FromContext | |
|---|---|
void |
AbstractInjectionValueMetaData.setFromContext(FromContext fromContext)
|
| Uses of FromContext in org.jboss.beans.metadata.spi.builder |
|---|
| Methods in org.jboss.beans.metadata.spi.builder with parameters of type FromContext | |
|---|---|
ValueMetaData |
BeanMetaDataBuilder.createFromContextInject(FromContext fromContext)
Create from context injection. |
ValueMetaData |
BeanMetaDataBuilder.createFromContextInject(FromContext fromContext,
Object contextName)
Create from context injection. |
ValueMetaData |
BeanMetaDataBuilder.createFromContextInject(FromContext fromContext,
Object contextName,
ControllerState dependentState)
Create from context injection. |
abstract ValueMetaData |
BeanMetaDataBuilder.createFromContextInject(FromContext fromContext,
Object contextName,
ControllerState dependentState,
SearchInfo search)
Create from context injection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||