com.servingxml.components.string
Interface StringFactory
- All Superinterfaces:
- Stringable
- All Known Subinterfaces:
- Choose
- All Known Implementing Classes:
- ChooseImpl, ChoosePrefilter, Concat, ConvertDate, ConvertToDateTime, CreateDate, CurrentDate, CurrentDateTime, CurrentTime, FindAndReplace, FormatDateTime, LineNumber, MatchAndReplace, StringEvaluator, StringFactory.UninitializedStringFactory, StringLiteralFactory, ToString, ToXmlDate, ToXmlDateTime, ToXmlTime
public interface StringFactory
- extends Stringable
A StringFactory
defines an interface for
creating a string.
UNINITIALIZED
static final StringFactory UNINITIALIZED
createString
java.lang.String createString(ServiceContext context,
Flow flow)
- Specified by:
createString
in interface Stringable
createString
void createString(ServiceContext context,
Flow flow,
java.lang.StringBuilder builder)