org.silvermoon.moonglow.format
Interface Formatter

All Known Implementing Classes:
TestFormatter, VelocityFormatter

public interface Formatter


Method Summary
 java.lang.String format(Response response, java.lang.String type)
          Perform the format
 

Method Detail

format

public java.lang.String format(Response response,
                               java.lang.String type)
                        throws FormatException
Perform the format

FormatException