Package org.sitemesh.config

Interface Summary
ObjectFactory Responsible for instantiating objects - converting from strings in a config file to a real instance.
 

Class Summary
ConfigurableSiteMeshFilter A SiteMesh filter that can be dropped in to web.xml, that does not require having to write any Java code.
ObjectFactory.Default Default implementation of ObjectFactory that treats the object name as a class name, loading it from the current ClassLoader and instantiating with the default constructor.
PathBasedDecoratorSelector<C extends SiteMeshContext> DecoratorSelector implementation that selects a decorator based on the incoming SiteMeshContext.getPath() and the mappings setup.
PathMapper<T> The PathMapper is used to map file patterns to keys, and find an approriate key for a given file path.
 



Copyright © 2011. All Rights Reserved.