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