com.endeca.portal.format
Class StringFormatter

java.lang.Object
  extended by com.endeca.portal.format.Formatter
      extended by com.endeca.portal.format.StringFormatter
All Implemented Interfaces:
FormatSettings, StringFormatSettings, java.io.Serializable

public class StringFormatter
extends Formatter
implements StringFormatSettings

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.endeca.portal.format.Formatter
Formatter.FormatParseException
 
Nested classes/interfaces inherited from interface com.endeca.portal.format.FormatSettings
FormatSettings.Type
 
Field Summary
 
Fields inherited from class com.endeca.portal.format.Formatter
parentFormatSettings, type
 
Constructor Summary
StringFormatter()
           
 
Method Summary
 java.lang.String format(java.lang.String rawString)
           
 
Methods inherited from class com.endeca.portal.format.Formatter
getLocale, getParentFormatSettings, getType, loadResources, localeChanged, parentFormatSettingsChanged, setLocale, setLocale, setParentFormatSettings, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.endeca.portal.format.FormatSettings
getType, toString
 

Constructor Detail

StringFormatter

public StringFormatter()
Method Detail

format

public java.lang.String format(java.lang.String rawString)
                        throws Formatter.FormatParseException
Specified by:
format in class Formatter
Throws:
Formatter.FormatParseException