com.opensymphony.sitemesh
Interface ContentProcessor

All Known Implementing Classes:
PageParser2ContentProcessor

public interface ContentProcessor

Since:
SiteMesh 3
Author:
Joe Walnes

Method Summary
 Content build(char[] data, SiteMeshContext context)
           
 boolean handles(SiteMeshContext context)
           
 boolean handles(java.lang.String contentType)
           
 

Method Detail

handles

boolean handles(SiteMeshContext context)

handles

boolean handles(java.lang.String contentType)

build

Content build(char[] data,
              SiteMeshContext context)
              throws java.io.IOException
Throws:
java.io.IOException

www.opensymphony.com/sitemesh/