PageParser2ContentProcessorpublic interface ContentProcessor
| Modifier and Type | Method | 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