Package | Description |
---|---|
javax.enterprise.context.spi |
The custom context SPI.
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.picketlink.internal |
Modifier and Type | Method and Description |
---|---|
<T> T |
Context.get(Contextual<T> contextual)
Return an existing instance of a certain contextual type or a null value.
|
<T> T |
Context.get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
Return an existing instance of certain contextual type or create a new
instance by calling
create(CreationalContext)
and return the new instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
Bean<T>
Represents an enabled bean.
|
interface |
Decorator<T>
Represents an enabled decorator.
|
interface |
Interceptor<T>
Represents an enabled interceptor.
|
Modifier and Type | Method and Description |
---|---|
<T> CreationalContext<T> |
BeanManager.createCreationalContext(Contextual<T> contextual)
Obtain an instance of a
CreationalContext
for the given contextual type,
or for a non-contextual object. |
Modifier and Type | Class and Description |
---|---|
class |
IdentityBeanDefinition
Customizes the
Identity behavior accordingly with the configuration provided by the
application. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.