public class PageParser2ContentProcessor extends java.lang.Object implements ContentProcessor
PageParser to a SiteMesh 3 ContentProcessor.| Constructor and Description |
|---|
PageParser2ContentProcessor(Factory factory) |
| Modifier and Type | Method and Description |
|---|---|
Content |
build(SitemeshBuffer buffer,
SiteMeshContext context) |
private java.lang.String |
extractRequestPath(javax.servlet.http.HttpServletRequest request) |
boolean |
handles(SiteMeshContext context) |
boolean |
handles(java.lang.String contentType) |
private final Factory factory
public PageParser2ContentProcessor(Factory factory)
public boolean handles(SiteMeshContext context)
handles in interface ContentProcessorprivate java.lang.String extractRequestPath(javax.servlet.http.HttpServletRequest request)
public boolean handles(java.lang.String contentType)
handles in interface ContentProcessorpublic Content build(SitemeshBuffer buffer, SiteMeshContext context) throws java.io.IOException
build in interface ContentProcessorjava.io.IOException