This interface defines a formatter which is used to parse dates in a standard way, system-wide.
Note that ivata masks does not provide an implementation of this interface.
An instance of this class gets thrown if there is any formatting exception in the SettingDateFormatter SettingDateFormatter .
Constants used to identify different text and HTML formats.
Abstract class defining the methods of a plug-in to HTMLFormatterHTMLFormatter .
This class defines a standard way of formatting HTML.
An instance of this class gets thrown by the imformatter:format tag when it can't find an instance of com.ivata.mask.web.format.HTMLFormatter .
imformatter:format
Format a string by appending a leading character.
Convert line breaks into HTML break tags.
This class converts URLs in the text into HTML anchor links.
If the text supplied is longer than the maximum line length, the text is truncated and the dots character is appended to it.
Convert all spaces in a text to non-breaking spaces.
Replace all occurrences of one string with another.
This class defines a standard way of stripping unwanted tags out of HTML.
Format a URL by encoding the characters.
ASCII characters 'a' through 'z', 'A' through 'Z', and '0' through '9' remain the same.
This format word-wraps each line of text to a user-specified column.
Note: by default, no wrapping will take place.