| Package | Description |
|---|---|
| org.sitemesh.builder | |
| org.sitemesh.config | |
| org.sitemesh.offline | |
| org.sitemesh.webapp |
| Modifier and Type | Method and Description |
|---|---|
DecoratorSelector<CONTEXT> |
BaseSiteMeshBuilder.getDecoratorSelector()
Get configured
DecoratorSelector. |
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
BaseSiteMeshBuilder.setCustomDecoratorSelector(DecoratorSelector<CONTEXT> decoratorSelector)
Set a custom
DecoratorSelector. |
| Modifier and Type | Class and Description |
|---|---|
class |
MetaTagBasedDecoratorSelector<C extends SiteMeshContext>
DecoratorSelector implementation that selects a decorator based on the
meta tag in the page header |
class |
PathBasedDecoratorSelector<C extends SiteMeshContext>
DecoratorSelector implementation that selects a decorator based on the
incoming SiteMeshContext.getPath() and the mappings setup. |
| Constructor and Description |
|---|
SiteMeshOffline(ContentProcessor contentProcessor,
DecoratorSelector<OfflineContext> decoratorSelector,
Directory sourceDirectory,
Directory destinationDirectory) |
| Constructor and Description |
|---|
SiteMeshFilter(Selector selector,
ContentProcessor contentProcessor,
DecoratorSelector<WebAppContext> decoratorSelector,
boolean includeErrorPages) |
Copyright © 2015. All Rights Reserved.