org.sitemesh.content.tagrules
Class TagBasedContentProcessor

java.lang.Object
  extended by org.sitemesh.content.tagrules.TagBasedContentProcessor
All Implemented Interfaces:
ContentProcessor

public class TagBasedContentProcessor
extends Object
implements ContentProcessor

ContentProcessor implementation that is build on TagProcessor.

Author:
Joe Walnes

Constructor Summary
TagBasedContentProcessor(TagRuleBundle... tagRuleBundles)
           
 
Method Summary
 Content build(CharBuffer data, SiteMeshContext siteMeshContext)
           
 TagRuleBundle[] getTagRuleBundles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagBasedContentProcessor

public TagBasedContentProcessor(TagRuleBundle... tagRuleBundles)
Method Detail

build

public Content build(CharBuffer data,
                     SiteMeshContext siteMeshContext)
              throws IOException
Specified by:
build in interface ContentProcessor
Throws:
IOException

getTagRuleBundles

public TagRuleBundle[] getTagRuleBundles()


Copyright © 2011. All Rights Reserved.