
protected static class AbstractResource.MultipleFormEntry extends Object implements AbstractResource.ResourceEntry
| Constructor and Description |
|---|
AbstractResource.MultipleFormEntry(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addForm(String form,
String value) |
String |
getForm(String form)
Retrieve a particular form for this entry.
|
Collection<String> |
getForms()
Returns a list of forms associated with this entry.
|
String |
getKey()
Returns key for this entry (must not be null).
|
public AbstractResource.MultipleFormEntry(String key)
public String getForm(String form)
AbstractResource.ResourceEntrygetForm in interface AbstractResource.ResourceEntryform - form to retrieve (null for the default)public Collection<String> getForms()
AbstractResource.ResourceEntrygetForms in interface AbstractResource.ResourceEntrypublic String getKey()
AbstractResource.ResourceEntrygetKey in interface AbstractResource.ResourceEntryCopyright © 2016. All rights reserved.