Package com.opensymphony.sitemesh
Interface ContentProcessor
-
- All Known Implementing Classes:
PageParser2ContentProcessor
public interface ContentProcessor- Since:
- SiteMesh 3
- Author:
- Joe Walnes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contentbuild(char[] data, SiteMeshContext context)booleanhandles(SiteMeshContext context)booleanhandles(String contentType)
-
-
-
Method Detail
-
handles
boolean handles(SiteMeshContext context)
-
handles
boolean handles(String contentType)
-
build
Content build(char[] data, SiteMeshContext context) throws IOException
- Throws:
IOException
-
-