com.servingxml.components.string
Class StringFactoryCompiler

java.lang.Object
  extended by com.servingxml.components.string.StringFactoryCompiler

public abstract class StringFactoryCompiler
extends java.lang.Object

A StringFactory defines an interface for creating a string.


Constructor Summary
StringFactoryCompiler()
           
 
Method Summary
static StringFactory fromStringables(ConfigurationContext context, org.w3c.dom.Element textElement)
           
static StringFactory fromStringFactories(ConfigurationContext context, org.w3c.dom.Element textElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFactoryCompiler

public StringFactoryCompiler()
Method Detail

fromStringFactories

public static StringFactory fromStringFactories(ConfigurationContext context,
                                                org.w3c.dom.Element textElement)

fromStringables

public static StringFactory fromStringables(ConfigurationContext context,
                                            org.w3c.dom.Element textElement)