| Modifier and Type | Method and Description |
|---|---|
List<Injection> |
BeanContext.getInjections() |
Collection<Injection> |
AppContext.getInjections() |
| Constructor and Description |
|---|
InjectionProcessor(Class<? extends T> beanClass,
Collection<Injection> injections,
Context context) |
InjectionProcessor(Class<? extends T> beanClass,
Collection<Injection> injections,
List<Method> postConstructMethods,
List<Method> preDestroyMethods,
Context context) |
InjectionProcessor(Class<? extends T> beanClass,
Collection<Injection> injections,
List<Method> postConstructMethods,
List<Method> preDestroyMethods,
Context context,
Map<String,Object> bindings) |
InjectionProcessor(T suppliedInstance,
Collection<Injection> injections,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<Injection> |
InjectionBuilder.buildInjections(JndiEncInfo jndiEnc) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,BeanContext> |
EjbJarBuilder.build(EjbJarInfo ejbJar,
Collection<Injection> appInjections,
ClassLoader classLoader) |
List<BeanContext> |
Assembler.initEjbs(ClassLoader classLoader,
AppInfo appInfo,
AppContext appContext,
Set<Injection> injections,
List<BeanContext> allDeployments,
String webappId) |
static PortData |
WsBuilder.toPortData(PortInfo port,
Collection<Injection> injections,
URL baseUrl,
ClassLoader classLoader) |
| Constructor and Description |
|---|
JndiEncBuilder(JndiEncInfo jndiEnc,
Collection<Injection> injections,
String transactionType,
String moduleId,
URI moduleUri,
String uniqueId,
ClassLoader classLoader) |
JndiEncBuilder(JndiEncInfo jndiEnc,
Collection<Injection> injections,
String moduleId,
URI moduleUri,
String uniqueId,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<Injection> |
CdiBeanInfo.getInjections() |
| Modifier and Type | Method and Description |
|---|---|
void |
CdiBeanInfo.setInjections(List<Injection> injections) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Injection> |
WebContext.getInjections() |
| Constructor and Description |
|---|
JaxWsServiceReference(String id,
QName serviceQName,
Class<? extends Service> serviceClass,
QName portQName,
Class<?> referenceClass,
URL wsdlUrl,
List<PortRefData> portRefs,
List<HandlerChainData> handlerChains,
Collection<Injection> injections) |
| Modifier and Type | Method and Description |
|---|---|
List<Injection> |
PortData.getInjections() |
| Constructor and Description |
|---|
HandlerResolverImpl(List<HandlerChainData> handlerChains,
Collection<Injection> injections,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FallbackPropertyInjector.getValue(Injection prefix) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.