|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Handler is a JSF Managed Mean that is responsible
correctly loading an underlying bean and acting as an MVC controller between
it and a Map of user displayable properties.
| Method Summary | |
Map |
getFields()
Accessor for the map of properties to be presented to the view layer. |
Object |
getItem()
Accessor for the underlying bean that this handler is handling. |
boolean |
isActive()
Is there currently a bean being handled? |
String |
load()
This is a JSF action method that loads an instance of the handled bean, given a unique identifier passed in the request. |
| Method Detail |
public Object getItem()
public Map getFields()
public boolean isActive()
public String load()
request.
The loaded object becomes the current item and its properties
are translated and stored in a view facing Map of fields.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||