| Package | Description |
|---|---|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.spi.helpers | |
| org.jboss.weld.ejb |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.deployment.discovery |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.deployment.discovery.jandex |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.se | |
| org.jboss.weld.environment.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.executor |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.interceptor.builder |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.metadata |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.persistence |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.resources |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.resources.spi.helpers | |
| org.jboss.weld.servlet |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util.reflection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.ws |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
BeanDeployer.getResourceLoader() |
| Constructor and Description |
|---|
FileBasedBootstrapConfiguration(ResourceLoader loader) |
| Constructor and Description |
|---|
EJBApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldResourceLoader
A simple resource loader.
|
| Constructor and Description |
|---|
WeldDeployment(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<WeldBeanDeploymentArchive> beanDeploymentArchives,
Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLoader |
DefaultBeanArchiveScanner.resourceLoader |
protected ResourceLoader |
AbstractDiscoveryStrategy.resourceLoader |
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
AbstractDiscoveryStrategy.getResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryStrategy |
DiscoveryStrategyFactory.create(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
| Constructor and Description |
|---|
AbstractDiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
DefaultBeanArchiveScanner(ResourceLoader resourceLoader,
Bootstrap bootstrap) |
ReflectionDiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
| Constructor and Description |
|---|
JandexDiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
protected Deployment |
Weld.createDeployment(ResourceLoader resourceLoader,
CDI11Bootstrap bootstrap)
Extensions to Weld SE can subclass and override this method to customize the deployment before weld boots up.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
Reflections.classForName(ResourceLoader resourceLoader,
String className)
First try to load a class using the specified ResourceLoader.
|
static boolean |
Reflections.isClassLoadable(ResourceLoader resourceLoader,
String className) |
static <T> Class<T> |
Reflections.loadClass(ResourceLoader resourceLoader,
String className) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorServices |
ExecutorServicesFactory.create(ResourceLoader loader,
WeldConfiguration configuration) |
| Constructor and Description |
|---|
InterceptorsApiAbstraction(ResourceLoader resourceLoader) |
| Constructor and Description |
|---|
FilterPredicate(Metadata<Filter> filter,
ResourceLoader resourceLoader) |
| Constructor and Description |
|---|
PersistenceApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassLoaderResourceLoader
General
ResourceLoader implementation that delegates resource loading to AbstractClassLoaderResourceLoader.classLoader(). |
class |
ClassLoaderResourceLoader
A (@link ResourceLoader} implementation that uses a specific @{link ClassLoader}
|
class |
DefaultResourceLoader
A simple resource loader.
|
class |
WeldClassLoaderResourceLoader
ResourceLoader implementation that uses the classloader that loaded this class to load other resources. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingResourceLoader
An implementation of
ResourceLoader which forwards all its method calls to another ResourceLoader . |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceLoader |
ForwardingResourceLoader.delegate() |
| Constructor and Description |
|---|
ServletApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
static <S> ServiceLoader<S> |
ServiceLoader.load(Class<S> service,
ResourceLoader loader) |
| Constructor and Description |
|---|
AnnotationApiAbstraction(ResourceLoader resourceLoader) |
ApiAbstraction(ResourceLoader resourceLoader)
Constructor
|
JtaApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Reflections.isClassLoadable(String className,
ResourceLoader resourceLoader) |
static <T> Class<T> |
Reflections.loadClass(String className,
ResourceLoader resourceLoader)
Tries to load a class using the specified ResourceLoader.
|
| Constructor and Description |
|---|
WSApiAbstraction(ResourceLoader resourceLoader) |
Copyright © 2015. All Rights Reserved.