| Package | Description |
|---|---|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| org.mmbase.util.logging |
The MMBase logging infrastructure.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLoader |
ResourceLoader.PathURLStreamHandler.parent |
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 which the base path is the web root
|
| Constructor and Description |
|---|
AbstractFileURLStreamHandler(ResourceLoader parent,
boolean w) |
ApplicationContextFileURLStreamHandler(ResourceLoader parent) |
ClassLoaderURLStreamHandler(ResourceLoader parent,
String r) |
FileURLStreamHandler(ResourceLoader parent,
File root,
boolean w) |
PathURLStreamHandler(ResourceLoader p) |
ResourceLoader(ResourceLoader cl,
String context)
Instantiates a ResourceLoader for a 'sub directory' of given ResourceLoader.
|
ResourceWatcher(ResourceLoader rl)
Constructor.
|
ResourceWatcher(ResourceLoader rl,
boolean administrate) |
ServletResourceURLStreamHandler(ResourceLoader parent,
String r) |
| 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.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20