Package com.opensymphony.sitemesh
Interface ContentProcessor
- All Known Implementing Classes:
PageParser2ContentProcessor
public interface ContentProcessor
The Interface ContentProcessor.
- Since:
- SiteMesh 3
- Author:
- Joe Walnes
-
Method Summary
Modifier and TypeMethodDescriptionbuild(SitemeshBuffer buffer, SiteMeshContext context) Builds the.booleanhandles(SiteMeshContext context) Handles.booleanHandles.
-
Method Details
-
handles
Handles.- Parameters:
context- the context- Returns:
- true, if successful
-
handles
Handles.- Parameters:
contentType- the content type- Returns:
- true, if successful
-
build
Builds the.- Parameters:
buffer- the buffercontext- the context- Returns:
- the content
- Throws:
IOException- Signals that an I/O exception has occurred.
-