| Package | Description |
|---|---|
| org.sitemesh | |
| org.sitemesh.builder | |
| org.sitemesh.config | |
| org.sitemesh.content | |
| org.sitemesh.content.debug | |
| org.sitemesh.content.tagrules | |
| org.sitemesh.content.tagrules.decorate | |
| org.sitemesh.content.tagrules.html |
A set of commonly used out-of-the-box
TagRules. |
| org.sitemesh.content.tagrules.msoffice | |
| org.sitemesh.offline | |
| org.sitemesh.webapp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DecoratorSelector<C extends SiteMeshContext>
Selects an appropriate decorator path based on the content and context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSiteMeshContext
Common implementation code for
SiteMeshContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSiteMeshBuilder<BUILDER extends BaseSiteMeshBuilder,CONTEXT extends SiteMeshContext,RESULT>
Common functionality for
BaseSiteMeshFilterBuilder and
BaseSiteMeshOfflineBuilder. |
| 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 getPath() and the mappings setup. |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentProcessor.build(CharBuffer data,
SiteMeshContext context) |
| Modifier and Type | Method and Description |
|---|---|
Content |
DumpingContentProcessor.build(CharBuffer data,
SiteMeshContext context) |
| Modifier and Type | Method and Description |
|---|---|
Content |
TagBasedContentProcessor.build(CharBuffer data,
SiteMeshContext siteMeshContext) |
void |
TagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
TagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
DecoratorTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
| Constructor and Description |
|---|
SiteMeshDecorateRule(SiteMeshContext siteMeshContext) |
SiteMeshWriteRule(SiteMeshContext siteMeshContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sm2TagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
DivExtractingTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
CoreHtmlTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
Sm2TagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
DivExtractingTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
CoreHtmlTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
| Constructor and Description |
|---|
ExportTagToContentRule(SiteMeshContext context,
ContentProperty targetProperty,
boolean includeInContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MsOfficeTagRuleBundle.cleanUp(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
void |
MsOfficeTagRuleBundle.install(State defaultState,
ContentProperty contentProperty,
SiteMeshContext siteMeshContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
OfflineContext
SiteMesh
SiteMeshContext implementation specifically for use
in offline site generation. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppContext
SiteMesh
SiteMeshContext implementation specifically for webapps running in a Servlet
container. |
Copyright © 2015. All Rights Reserved.