com.servingxml.components.recordio
Class NewFieldAssembler

java.lang.Object
  extended by com.servingxml.components.recordio.NewFieldAssembler

public class NewFieldAssembler
extends java.lang.Object


Constructor Summary
NewFieldAssembler()
           
 
Method Summary
 NewField assemble(ConfigurationContext context)
           
 void injectComponent(Content content)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setName(Name fieldName)
           
 void setSelect(java.lang.String selectExpr)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewFieldAssembler

public NewFieldAssembler()
Method Detail

setName

public void setName(Name fieldName)

setValue

public void setValue(java.lang.String value)

setSelect

public void setSelect(java.lang.String selectExpr)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(Content content)

assemble

public NewField assemble(ConfigurationContext context)