Package | Description |
---|---|
com.opensymphony.sitemesh.compatability | |
com.opensymphony.sitemesh.webapp |
Modifier and Type | Class and Description |
---|---|
class |
PageParser2ContentProcessor
Adapts a SiteMesh 2
PageParser to a SiteMesh 3 ContentProcessor . |
Modifier and Type | Field and Description |
---|---|
private ContentProcessor |
ContentBufferingResponse.contentProcessor |
Modifier and Type | Method and Description |
---|---|
protected ContentProcessor |
SiteMeshFilter.initContentProcessor(SiteMeshWebAppContext webAppContext) |
Modifier and Type | Method and Description |
---|---|
private Content |
SiteMeshFilter.obtainContent(ContentProcessor contentProcessor,
SiteMeshWebAppContext webAppContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
Continue in filter-chain, writing all content to buffer and parsing
into returned
Page object. |
Constructor and Description |
---|
ContentBufferingResponse(javax.servlet.http.HttpServletResponse response,
ContentProcessor contentProcessor,
SiteMeshWebAppContext webAppContext) |