Uses of Interface
org.sitemesh.DecoratorSelector

Packages that use DecoratorSelector
org.sitemesh.builder   
org.sitemesh.config   
org.sitemesh.offline   
org.sitemesh.webapp   
 

Uses of DecoratorSelector in org.sitemesh.builder
 

Methods in org.sitemesh.builder that return DecoratorSelector
 DecoratorSelector<CONTEXT> BaseSiteMeshBuilder.getDecoratorSelector()
          Get configured DecoratorSelector.
 

Methods in org.sitemesh.builder with parameters of type DecoratorSelector
 BUILDER BaseSiteMeshBuilder.setCustomDecoratorSelector(DecoratorSelector<CONTEXT> decoratorSelector)
          Set a custom DecoratorSelector.
 

Uses of DecoratorSelector in org.sitemesh.config
 

Classes in org.sitemesh.config that implement DecoratorSelector
 class PathBasedDecoratorSelector<C extends SiteMeshContext>
          DecoratorSelector implementation that selects a decorator based on the incoming SiteMeshContext.getPath() and the mappings setup.
 

Uses of DecoratorSelector in org.sitemesh.offline
 

Constructors in org.sitemesh.offline with parameters of type DecoratorSelector
SiteMeshOffline(ContentProcessor contentProcessor, DecoratorSelector<OfflineContext> decoratorSelector, Directory sourceDirectory, Directory destinationDirectory)
           
 

Uses of DecoratorSelector in org.sitemesh.webapp
 

Constructors in org.sitemesh.webapp with parameters of type DecoratorSelector
SiteMeshFilter(Selector selector, ContentProcessor contentProcessor, DecoratorSelector<WebAppContext> decoratorSelector)
           
 



Copyright © 2011. All Rights Reserved.