public interface ContentProcessor
Modifier and Type | Method and Description |
---|---|
Content |
build(char[] data,
SiteMeshContext context) |
boolean |
handles(SiteMeshContext context) |
boolean |
handles(java.lang.String contentType) |
boolean handles(SiteMeshContext context)
boolean handles(java.lang.String contentType)
Content build(char[] data, SiteMeshContext context) throws java.io.IOException
java.io.IOException