public class CaptureAwareContentProcessor extends java.lang.Object implements org.sitemesh.content.ContentProcessor
org.sitemesh.content.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 org.sitemesh.content.tagrules.TagBasedContentProcessor with the SiteMesh 2 bundle for responses that were not produced by the capture taglib.
| Constructor and description |
|---|
CaptureAwareContentProcessor() |
CaptureAwareContentProcessor(org.sitemesh.content.ContentProcessor fallback) |
CaptureAwareContentProcessor(org.sitemesh.content.tagrules.TagRuleBundle bundles) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public org.sitemesh.content.Content |
build(java.nio.CharBuffer data, org.sitemesh.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) |