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 |
---|---|
static ExecutorServices |
ExecutorServicesFactory.create(ResourceLoader loader) |
Constructor and Description |
---|
InterceptorsApiAbstraction(ResourceLoader resourceLoader) |
Constructor and Description |
---|
JsfApiAbstraction(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 |
---|
ApiAbstraction(ResourceLoader resourceLoader)
Constructor
|
JtaApiAbstraction(ResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Reflections.isClassLoadable(String className,
ResourceLoader resourceLoader) |
Constructor and Description |
---|
ClassLoaderFunction(ResourceLoader resourceLoader) |
Constructor and Description |
---|
WSApiAbstraction(ResourceLoader resourceLoader) |
Copyright © 2013 Seam Framework. All Rights Reserved.