com.servingxml.components.string
Class Stringable.EmptyStringable

java.lang.Object
  extended by com.servingxml.components.string.Stringable.EmptyStringable
All Implemented Interfaces:
Stringable
Enclosing interface:
Stringable

public static class Stringable.EmptyStringable
extends java.lang.Object
implements Stringable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY, EMPTY_ARRAY
 
Constructor Summary
Stringable.EmptyStringable()
           
 
Method Summary
 java.lang.String createString(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stringable.EmptyStringable

public Stringable.EmptyStringable()
Method Detail

createString

public java.lang.String createString(ServiceContext context,
                                     Flow flow)
Specified by:
createString in interface Stringable