org.apache.myfaces.examples.inputsuggest
Class User

java.lang.Object
  extended byorg.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: $
Author:
Sean Schofield

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

User

public User()
Method Detail

getState

public StateInfo getState()

setState

public void setState(StateInfo state)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.