org.sitemesh.content.tagrules.html
Class CoreHtmlTagRuleBundle

java.lang.Object
  extended by org.sitemesh.content.tagrules.html.CoreHtmlTagRuleBundle
All Implemented Interfaces:
TagRuleBundle

public class CoreHtmlTagRuleBundle
extends Object
implements TagRuleBundle

ContentProcessor implementation that processes HTML documents.

The following properties will be extracted from the document:

In the event that no <body> tag is found in the document, the body attribute will instead be everything in the document that is not matched by any other rule. This is useful for documents that are not wrapped in a <body> tag.

Author:
Joe Walnes
See Also:
TagBasedContentProcessor

Constructor Summary
CoreHtmlTagRuleBundle()
           
 
Method Summary
 void cleanUp(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
 void install(State defaultState, ContentProperty contentProperty, SiteMeshContext siteMeshContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreHtmlTagRuleBundle

public CoreHtmlTagRuleBundle()
Method Detail

install

public void install(State defaultState,
                    ContentProperty contentProperty,
                    SiteMeshContext siteMeshContext)
Specified by:
install in interface TagRuleBundle

cleanUp

public void cleanUp(State defaultState,
                    ContentProperty contentProperty,
                    SiteMeshContext siteMeshContext)
Specified by:
cleanUp in interface TagRuleBundle


Copyright © 2011. All Rights Reserved.