|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationsProvider | |
---|---|
net.sf.easyweb4j.controller | Classes managing controllers. |
net.sf.easyweb4j.model | Classes managing models. |
Uses of AssociationsProvider in net.sf.easyweb4j.controller |
---|
Methods in net.sf.easyweb4j.controller with parameters of type AssociationsProvider | ||
---|---|---|
protected
|
Controller.updateModel(T model,
String objectParameter,
AssociationsProvider associationsProvider)
Updates the given model with the values specified by the object parameter and validates the model. |
Uses of AssociationsProvider in net.sf.easyweb4j.model |
---|
Methods in net.sf.easyweb4j.model with parameters of type AssociationsProvider | |
---|---|
void |
ModelIntrospector.updateProperties(Model model,
Map<String,String[]> objectParameter,
AssociationsProvider associationsProvider)
Updates the values of properties/fields from the map of values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |