java.lang.Object
org.apache.myfaces.examples.inputsuggest.User
- public class User
- extends java.lang.Object
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.
- Version:
- $Revision: $ $Date: $
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
private StateInfo state
User
public User()
getState
public StateInfo getState()
setState
public void setState(StateInfo state)