| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
BeanDeployer.getResourceLoader() |
| Constructor and Description |
|---|
FileBasedBootstrapConfiguration(ResourceLoader loader) |
| Constructor and Description |
|---|
EJBApiAbstraction(ResourceLoader resourceLoader) |
| 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 | Class and Description |
|---|---|
class |
WeldSEResourceLoader
A simple resource loader.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
DiscoveryStrategy.getResourceLoader() |
| Constructor and Description |
|---|
DefaultDiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap) |
DiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap) |
JandexEnabledDiscoveryStrategy(ResourceLoader resourceLoader,
Bootstrap bootstrap,
TypeDiscoveryConfiguration typeDiscoveryConfiguration) |
URLScanner(ResourceLoader resourceLoader,
Bootstrap bootstrap,
String... resources) |
WeldSEUrlDeployment(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<WeldSEBeanDeploymentArchive> beanDeploymentArchives,
Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
SEReflections.newInstance(ResourceLoader loader,
String className,
Object... parameters) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorServices |
ExecutorServicesFactory.create(ResourceLoader loader) |
| 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) |
| 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 |
|---|
ClassLoaderFunction(ResourceLoader resourceLoader) |
| Constructor and Description |
|---|
DefaultInstantiatorFactory(ResourceLoader resourceLoader) |
| Constructor and Description |
|---|
WSApiAbstraction(ResourceLoader resourceLoader) |
Copyright © 2014 Seam Framework. All Rights Reserved.