|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassLoaderFactory | |
|---|---|
| org.modeshape.common.component | A simple framework for loading and managing Component objects that may be configured and used reflectively. |
| org.modeshape.jcr | |
| org.modeshape.jcr.text | This package defines an interface for components that extract text from content. |
| Uses of ClassLoaderFactory in org.modeshape.common.component |
|---|
| Classes in org.modeshape.common.component that implement ClassLoaderFactory | |
|---|---|
class |
StandardClassLoaderFactory
A ClassLoaderFactory implementation that loads classes using the thread's context
class loader or (optionally) a supplied class loader. |
| Fields in org.modeshape.common.component declared as ClassLoaderFactory | |
|---|---|
static ClassLoaderFactory |
ComponentLibrary.DEFAULT
Class loader factory instance that always returns the current thread's context class
loader (if not null) or component library's class loader. |
| Methods in org.modeshape.common.component that return ClassLoaderFactory | |
|---|---|
ClassLoaderFactory |
ComponentLibrary.getClassLoaderFactory()
Get the class loader factory that should be used to load the component classes. |
| Methods in org.modeshape.common.component with parameters of type ClassLoaderFactory | |
|---|---|
void |
ComponentLibrary.setClassLoaderFactory(ClassLoaderFactory classLoaderFactory)
Set the Maven Repository that should be used to load the component classes. |
| Uses of ClassLoaderFactory in org.modeshape.jcr |
|---|
| Classes in org.modeshape.jcr that implement ClassLoaderFactory | |
|---|---|
class |
ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating. |
| Methods in org.modeshape.jcr that return ClassLoaderFactory | |
|---|---|
protected ClassLoaderFactory |
ExecutionContext.getClassLoaderFactory()
Get the class loader factory used by this context. |
| Methods in org.modeshape.jcr with parameters of type ClassLoaderFactory | |
|---|---|
ExecutionContext |
ExecutionContext.with(ClassLoaderFactory classLoaderFactory)
Create a new execution context that mirrors this context but that uses the supplied class loader
factory. |
| Constructors in org.modeshape.jcr with parameters of type ClassLoaderFactory | |
|---|---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory,
MimeTypeDetector mimeTypeDetector,
ClassLoaderFactory classLoaderFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId)
Create an instance of the execution context by supplying all parameters. |
|
| Uses of ClassLoaderFactory in org.modeshape.jcr.text |
|---|
| Classes in org.modeshape.jcr.text that implement ClassLoaderFactory | |
|---|---|
class |
TextExtractorContext
A context for extracting the content. |
| Methods in org.modeshape.jcr.text with parameters of type ClassLoaderFactory | |
|---|---|
TextExtractorContext |
TextExtractorContext.with(ClassLoaderFactory classLoaderFactory)
|
|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||