|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParamBean
Represents a bean that takes is populated from a Map of properties
| Field Summary | |
|---|---|
static java.lang.String |
LABEL_PREFIX
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName(java.lang.String field)
Get the localized name of the given field |
java.util.ResourceBundle |
getResourceBundle()
Get the resource bundle associated with this parameter bean |
void |
populateData(java.util.Map data)
Populate this bean |
void |
setResourceBundle(java.lang.String bundleName)
Set the name of the resource bundle for this parameter bean |
void |
setResourceBundle(java.lang.String bundleName,
java.util.Locale locale)
Set the name of the resource bundle for this parameter bean |
void |
validate()
Validate the parameters. |
| Field Detail |
|---|
static final java.lang.String LABEL_PREFIX
| Method Detail |
|---|
void populateData(java.util.Map data)
data -
java.lang.IllegalArgumentException - if an error occurs during data population
void validate()
throws ParameterValidationException
ParameterValidationException - if the parameters are invalidjava.util.ResourceBundle getResourceBundle()
void setResourceBundle(java.lang.String bundleName)
bundleName -
void setResourceBundle(java.lang.String bundleName,
java.util.Locale locale)
bundleName - java.lang.String getFieldName(java.lang.String field)
field -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||