Package com.opensymphony.sitemesh
Interface DecoratorSelector
- All Known Implementing Classes:
DecoratorMapper2DecoratorSelector
public interface DecoratorSelector
Selects an appropriate Decorator for the Content.
Note: Since SiteMesh 3, this replaces the DecoratorMapper.
- Since:
- SiteMesh 3
- Author:
- Joe Walnes
-
Method Summary
Modifier and TypeMethodDescriptionselectDecorator(Content content, SiteMeshContext context) Select decorator.
-
Method Details
-
selectDecorator
Select decorator.- Parameters:
content- the contentcontext- the context- Returns:
- the decorator
-