public static interface

AbstractResource.ResourceEntry

com.google.gwt.i18n.rebind.AbstractResource.ResourceEntry
Known Indirect Subclasses

Class Overview

Definition of a single entry for a resource.

Summary

Public Methods
abstract String getForm(String form)
Retrieve a particular form for this entry.
abstract Collection<String> getForms()
Returns a list of forms associated with this entry.
abstract String getKey()
Returns key for this entry (must not be null).

Public Methods

public abstract String getForm (String form)

Retrieve a particular form for this entry.

Parameters
form form to retrieve (null for the default)
Returns
  • null if the requested form is not present

public abstract Collection<String> getForms ()

Returns a list of forms associated with this entry. The default form (also the only form for anything other than messages with plural support) is always available and not present in this list.

public abstract String getKey ()

Returns key for this entry (must not be null).