TextBundlepublic class TextBundle extends LocalizedMessage
Fields Summary |
---|
public static final String | TEXT_ENTRYtext entry key |
Constructors Summary |
---|
public TextBundle(String resource, String id)Constructs a new TextBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
super(resource, id);
| public TextBundle(String resource, String id, Object[] arguments)Constructs a new TextBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
super(resource, id, arguments);
|
|