|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.myfaces.examples.inputsuggest.User
This class is basically designed to simulate an application-specific bean that might exist in some
application. The point here is to demonstrate how an application-specific bean such as this can
be integrated into inputSuggest. The JSP page and the inputSuggest component know nothing about
StateInfo or User. The UserHandler backing bean and the value binding expression in
the JSP help bridge this gap.
| Constructor Summary | |
User()
|
|
| Method Summary | |
StateInfo |
getState()
|
void |
setState(StateInfo state)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public User()
| Method Detail |
public StateInfo getState()
public void setState(StateInfo state)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||