April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Form to Object Binding
Controller
Model
View
Object
Class SomeBean{
public String getMyBeanFieldName();
public void setMyBeanFieldName(String);
}
SomeBean bean =
(SomeBean) command;
1
2
3
4