| Package | Description |
|---|---|
| org.mmbase.bridge.mock |
This package provides a completely 'virtual' implementation of the bridge.
|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.security |
The security infrastructure of MMBase.
|
| org.mmbase.util | |
| org.mmbase.util.logging |
The MMBase logging infrastructure.
|
| org.mmbase.util.xml | |
| org.mmbase.util.xml.applicationdata |
| Modifier and Type | Method and Description |
|---|---|
void |
MockCloudContext.addNodeManagers(ResourceLoader directory) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLoader |
Module.getModuleLoader() |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLoader |
SmartPathFunction.webRoot |
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
MMBase.getBuilderLoader()
The (base)path to the builder configuration files
|
ResourceLoader |
SmartPathFunction.getLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmartPathFunction.setLoader(ResourceLoader r) |
| Modifier and Type | Field and Description |
|---|---|
static ResourceLoader |
MMBaseCopConfig.securityLoader |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLoader |
ResourceWatcher.resourceLoader
The resource-loader associated with this ResourceWatcher.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceLoader |
ResourceLoader.Type.get() |
ResourceLoader |
ResourceLoader.getChildResourceLoader(String context) |
static ResourceLoader |
ResourceLoader.getConfigurationRoot()
Singleton that returns the ResourceLoader for loading mmbase configuration
|
ResourceLoader |
ResourceLoader.getParentResourceLoader()
Returns the 'parent' ResourceLoader.
|
ResourceLoader |
ResourceWatcher.getResourceLoader()
The associated ResourceLoader
|
static ResourceLoader |
ResourceLoader.getSystemRoot()
Singleton that returns the ResourceLoader for loading from the file-system, relative from
current working directory and falling back to the file system roots.
|
static ResourceLoader |
ResourceLoader.getWebDirectory(javax.servlet.http.HttpServletRequest request)
Returns the resource loader associated with the directory of the given request
|
static ResourceLoader |
ResourceLoader.getWebRoot()
Singleton that returns the ResourceLoader for witch the base path is the web root
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
BuilderList.listBuilders(ResourceLoader config,
Writer writer)
Lists all builders within a given path, including builders in sub-paths
|
| Constructor and Description |
|---|
ResourceLoader(ResourceLoader cl,
String context)
Instantiates a ResourceLoader for a 'sub directory' of given ResourceLoader.
|
ResourceWatcher(ResourceLoader rl)
Constructor.
|
ResourceWatcher(ResourceLoader rl,
boolean administrate) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLoader |
Logging.getResourceLoader()
Logging is configured with a log file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Logging.configure(ResourceLoader rl,
String configFile)
Configure the logging system.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceLoader |
AbstractBuilderReader.getBuilderLoader() |
| Constructor and Description |
|---|
NodeReader(InputSource is,
ResourceLoader path) |
RelationNodeReader(InputSource is,
ResourceLoader path) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}