| Package | Description |
|---|---|
| org.sitemesh.builder | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
BaseSiteMeshBuilder.addTagRuleBundle(TagRuleBundle bundle)
Add a new
TagRuleBundle to the
TagBasedContentProcessor. |
BUILDER |
BaseSiteMeshBuilder.addTagRuleBundles(TagRuleBundle... bundles)
Convenient way to call
BaseSiteMeshBuilder.addTagRuleBundle(org.sitemesh.content.tagrules.TagRuleBundle)
multiple times. |
BUILDER |
BaseSiteMeshBuilder.setTagRuleBundles(TagRuleBundle... bundles)
Set the TagRuleBundles.
|
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
BaseSiteMeshBuilder.addTagRuleBundles(Iterable<TagRuleBundle> bundles)
Convenient way to call
BaseSiteMeshBuilder.addTagRuleBundle(org.sitemesh.content.tagrules.TagRuleBundle)
multiple times. |
BUILDER |
BaseSiteMeshBuilder.setTagRuleBundles(Iterable<TagRuleBundle> bundles)
Set the TagRuleBundles.
|
| Modifier and Type | Method and Description |
|---|---|
TagRuleBundle[] |
TagBasedContentProcessor.getTagRuleBundles() |
| Constructor and Description |
|---|
TagBasedContentProcessor(TagRuleBundle... tagRuleBundles) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorTagRuleBundle
TagRuleBundle for custom SiteMesh tags used for building/applying decorators. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreHtmlTagRuleBundle
ContentProcessor implementation that processes HTML documents. |
class |
DivExtractingTagRuleBundle
TagRuleBundle that exports all <div> elements as properties. |
class |
Sm2TagRuleBundle
TagRuleBundle that adds additional properties as used by SiteMesh 2 and earlier. |
| Modifier and Type | Class and Description |
|---|---|
class |
MsOfficeTagRuleBundle
TagRuleBundle that adds document properties from MS Office Word and Excel
documents that have been saved as HTML. |
Copyright © 2015. All Rights Reserved.