Uses of Package
com.opensymphony.module.sitemesh.mapper
Packages that use com.opensymphony.module.sitemesh.mapper
Package
Description
-
Classes in com.opensymphony.module.sitemesh.mapper used by com.opensymphony.module.sitemesh.factoryClassDescriptionThe PathMapper is used to map file patterns to keys, and find an approriate key for a given file path.
-
Classes in com.opensymphony.module.sitemesh.mapper used by com.opensymphony.module.sitemesh.mapperClassDescriptionAbstract DecoratorMapper implementation for easy creation of new DecoratorMappers.Default implementation of DecoratorMapper.The ConfigLoader reads a configuration XML file that contains Decorator definitions (name, url, init-params) and path-mappings (pattern, name).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.The PathMapper is used to map file patterns to keys, and find an approriate key for a given file path.