| Interface | Description |
|---|---|
| AdvancedMessageFormat.Function |
Implementations of this interface do some computation based on the message parameters
given to it.
|
| AdvancedMessageFormat.ObjectFormatter |
Implementations of this interface format certain objects to strings.
|
| AdvancedMessageFormat.Part |
Represents a message template part.
|
| AdvancedMessageFormat.PartFactory |
Implementations of this interface parse a field part and return message parts.
|
| Class | Description |
|---|---|
| AdvancedMessageFormat |
Formats messages based on a template and with a set of named parameters.
|
| ChoiceFieldPart |
Defines a "choice" field part that works like
ChoiceFormat. |
| ChoiceFieldPart.Factory |
Factory for ChoiceFieldPart.
|
| EqualsFieldPart |
Defines an "equals" field part that can compare a field's string value against another string.
|
| EqualsFieldPart.Factory |
Part factory for "equals".
|
| GlyphNameFieldPart |
Function formatting a character to a glyph name.
|
| GlyphNameFieldPart.Factory |
Factory for
GlyphNameFieldPart. |
| HexFieldPart |
Function formatting a number or character to a hex value.
|
| HexFieldPart.Factory |
Factory for
HexFieldPart. |
| IfFieldPart |
Defines an "if" field part that checks if field's value is true or false.
|
| IfFieldPart.Factory |
Part factory for "if".
|
| LocatorFormatter |
Object formatter for the SAX Locator object.
|
Message formatting classes.
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.