com.servingxml.components.content
Class CachedContent
java.lang.Object
com.servingxml.components.content.AbstractContent
com.servingxml.components.content.CachedContent
- All Implemented Interfaces:
- Content, Stringable
public class CachedContent
- extends AbstractContent
- implements Content
Fields inherited from interface com.servingxml.components.string.Stringable |
EMPTY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedContent
public CachedContent(Content contentFactory,
Cache cache,
RevalidationType revalidationType,
OutputPropertyFactory[] defaultOutputPropertyFactories)
createSaxSource
public SaxSource createSaxSource(ServiceContext context,
Flow flow)
- Specified by:
createSaxSource
in interface Content
appendToXmlPipeline
public void appendToXmlPipeline(ServiceContext context,
Flow flow,
XmlFilterChain pipeline)
- Specified by:
appendToXmlPipeline
in interface Content
createXmlPipeline
public XmlPipeline createXmlPipeline(ServiceContext context,
Flow flow)
- Specified by:
createXmlPipeline
in interface Content