Package | Description |
---|---|
com.opensymphony.module.sitemesh.mapper |
Modifier and Type | Field and Description |
---|---|
private ConfigLoader.State |
ConfigLoader.state
Mark volatile so that the installation of new versions is guaranteed to
be visible across threads.
|
Modifier and Type | Method and Description |
---|---|
private ConfigLoader.State |
ConfigLoader.loadConfig()
Load configuration from file.
|
private ConfigLoader.State |
ConfigLoader.refresh()
Check if configuration file has been updated, and if so, reload.
|
Modifier and Type | Method and Description |
---|---|
private void |
ConfigLoader.parseConfig(ConfigLoader.State newState,
org.w3c.dom.Document document) |
private void |
ConfigLoader.populatePathMapper(ConfigLoader.State newState,
org.w3c.dom.NodeList patternNodes,
java.lang.String role,
java.lang.String name) |
private void |
ConfigLoader.storeDecorator(ConfigLoader.State newState,
Decorator d) |