public class CaptureAwareContentProcessor extends java.lang.Object implements ContentProcessor
ContentProcessor that short-circuits the HTML parse when a Sitemesh3CapturedPage is already populated on the current request (i.e. the GSP compile-time capture taglib has filled it in). Falls back to a TagBasedContentProcessor with the SiteMesh 2 bundle for responses that were not produced by the capture taglib.
| Constructor and description |
|---|
CaptureAwareContentProcessor() |
CaptureAwareContentProcessor(ContentProcessor fallback) |
CaptureAwareContentProcessor(TagRuleBundle bundles) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Content |
build(java.nio.CharBuffer data, SiteMeshContext context) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |