Java Reference
In-Depth Information
F IGURE 33.7
Specify the name, location, scope for the bean.
F IGURE 33.8
A JavaBean for JSF was created.
9 public TimeBean() {
10 }
11
12
public String getTime() {
time property
13
return new java.util.Date().toString();
14 }
15 }
 
Search WWH ::




Custom Search