java.lang.ObjectThe ConfigLoader reads a configuration XML file that contains Decorator definitions (name, url, init-params) and path-mappings (pattern, name).com.opensymphony.module.sitemesh.mapper.ConfigLoader
These can then be accessed by the getDecoratorByName() methods and getMappedName() methods respectively.
The DTD for the configuration file in old (deprecated) format is located at http://www.opensymphony.com/dtds/sitemesh_1_0_decorators.dtd .
The DTD for the configuration file in new format is located at http://www.opensymphony.com/dtds/sitemesh_1_5_decorators.dtd .
Editing the config file will cause it to be auto-reloaded.
This class is used by ConfigDecoratorMapper, and uses PathMapper for pattern matching.
< - a href="mailto:joe@truemesh.com">Joe Walnes< - a href="mailto:pathos@pandora.be">Mathias Bogaert$ - Revision: 1.6 $| Constructor: |
|---|
|
|
| Method from com.opensymphony.module.sitemesh.mapper.ConfigLoader Summary: |
|---|
| getDecoratorByName, getMappedName |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.opensymphony.module.sitemesh.mapper.ConfigLoader Detail: |
|---|
|
|