com.servingxml.components.label
Class LabelAssembler

java.lang.Object
  extended by com.servingxml.components.label.LabelAssembler

public class LabelAssembler
extends java.lang.Object


Constructor Summary
LabelAssembler()
           
 
Method Summary
 Label assemble(ConfigurationContext context)
           
 void injectComponent(Content content)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 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

LabelAssembler

public LabelAssembler()
Method Detail

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 Label assemble(ConfigurationContext context)