com.servingxml.components.string
Class Concat
java.lang.Object
com.servingxml.components.string.Concat
- All Implemented Interfaces:
- Stringable, StringFactory
public class Concat
- extends java.lang.Object
- implements StringFactory
The Concat
class implements a StringFactory
.
Constructor Summary |
Concat(ValueEvaluator valueEvaluator,
java.lang.String separator,
java.lang.String quoteSymbol)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Concat
public Concat(ValueEvaluator valueEvaluator,
java.lang.String separator,
java.lang.String quoteSymbol)
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 buf)
- Specified by:
createString
in interface StringFactory