Package com.ivata.mask.web.format

Interface Summary
DateFormatter This interface defines a formatter which is used to parse dates in a standard way, system-wide.
HTMLFormat Abstract class defining the methods of a plug-in to HTMLFormatter.
 

Class Summary
CaseFormat Convert a string to upper or lower case.
CharacterEntityFormat Convert characters to their HTML character entity equivalents.
DateFormatterConstants Contains all of the constants defining date formats used in SettingDateFormatter.
FormatConstants Constants used to identify different text and HTML formats.
HTMLFormatter This class defines a standard way of formatting HTML.
LeadingCharacterFormat Format a string by appending a leading character.
LineBreakFormat Convert line breaks into HTML break tags.
LinkFormat This class converts URLs in the text into HTML anchor links.
MaximumLengthFormat If the text supplied is longer than the maximum line length, the text is truncated and the dots character is appended to it.
NonBreakingSpaceFormat Convert all spaces in a text to non-breaking spaces.
SearchReplaceFormat Replace all occurrences of one string with another.
StripTagFormat This class defines a standard way of stripping unwanted tags out of HTML.
URLFormat Format a URL by encoding the characters.
WordWrapFormat This format word-wraps each line of text to a user-specified column.
 

Exception Summary
DateFormatterException An instance of this class gets thrown if there is any formatting exception in the SettingDateFormatter.
HTMLFormatterNullException An instance of this class gets thrown by the imformatter:format tag when it can't find an instance of HTMLFormatter.
 



Copyright © 2001-2005 ivata limited. All Rights Reserved.