com.servingxml.components.string
Class FormatDateTime
java.lang.Object
com.servingxml.components.string.FormatDateTime
- All Implemented Interfaces:
- Stringable, StringFactory
public class FormatDateTime
- extends java.lang.Object
- implements StringFactory
The FormatDateTime
class implements the Stringable
interface.
Constructor Summary |
FormatDateTime(java.lang.String toFormat,
Stringable inputFactory,
javax.xml.datatype.DatatypeFactory datatypeFactory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormatDateTime
public FormatDateTime(java.lang.String toFormat,
Stringable inputFactory,
javax.xml.datatype.DatatypeFactory datatypeFactory)
createString
public java.lang.String createString(ServiceContext context,
Flow flow)
- Specified by:
createString
in interface Stringable
- Specified by:
createString
in interface StringFactory
createString
public void createString(ServiceContext context,
Flow flow,
java.lang.StringBuilder stringBuilder)
- Specified by:
createString
in interface StringFactory