|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleMapping
basic map for mapping components to the validation rules that are to be applied to them
Method Summary | |
---|---|
Map |
getRules()
Returns the complete map of Rules. |
List |
getRulesForComponent(String id,
Object component)
Retrieve the list of Rules to be used to validate the component. |
void |
setRules(Map rules)
Sets the complete map of Rules. |
Method Detail |
---|
Map getRules()
void setRules(Map rules)
rules
- the map of Rules for all componentsList getRulesForComponent(String id, Object component)
id
- -
the id of the component (may be null
)component
- -
component being validated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |