Package | Description |
---|---|
com.opensymphony.module.sitemesh.factory | |
com.opensymphony.module.sitemesh.mapper |
Class and Description |
---|
PathMapper
The PathMapper is used to map file patterns to keys, and find an approriate
key for a given file path.
|
Class and Description |
---|
AbstractDecoratorMapper
Abstract DecoratorMapper implementation for easy creation of new DecoratorMappers.
|
ConfigDecoratorMapper
Default implementation of DecoratorMapper.
|
ConfigLoader
The ConfigLoader reads a configuration XML file that contains Decorator definitions
(name, url, init-params) and path-mappings (pattern, name).
|
ConfigLoader.State
State visibile across threads stored in a single container so that we
can efficiently atomically access it with the guarantee that we wont see
a partially loaded configuration in the face of one thread reloading the
configuration while others are trying to read it.
|
PathMapper
The PathMapper is used to map file patterns to keys, and find an approriate
key for a given file path.
|