com.servingxml.components.recordmapping
Class LiteralContentAssembler

java.lang.Object
  extended by com.servingxml.components.recordmapping.LiteralContentAssembler

public class LiteralContentAssembler
extends java.lang.Object

The LiteralContentAssembler implements an assembler for assembling LiteralContent objects.


Constructor Summary
LiteralContentAssembler()
           
 
Method Summary
 MapXmlFactory assemble(ConfigurationContext context)
           
 void injectComponent(MapXmlFactory[] childFactories)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(Sort[] sorts)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralContentAssembler

public LiteralContentAssembler()
Method Detail

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(Sort[] sorts)

injectComponent

public void injectComponent(MapXmlFactory[] childFactories)

assemble

public MapXmlFactory assemble(ConfigurationContext context)