com.servingxml.components.content
Class CachedContentAssembler

java.lang.Object
  extended by com.servingxml.components.content.CachedContentAssembler

public class CachedContentAssembler
extends java.lang.Object

The CachedContentAssembler implements an assembler for cached content.


Constructor Summary
CachedContentAssembler()
           
 
Method Summary
 Content assemble(ConfigurationContext context)
           
 void injectComponent(Cache cache)
           
 void injectComponent(Content contentFactory)
           
 void injectComponent(ExpiryOptions expirySettings)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedContentAssembler

public CachedContentAssembler()
Method Detail

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(Cache cache)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(Content contentFactory)

injectComponent

public void injectComponent(ExpiryOptions expirySettings)

assemble

public Content assemble(ConfigurationContext context)