org.apache.myfaces.blank
Class HelloWorldController

java.lang.Object
  extended by org.apache.myfaces.blank.HelloWorldController

@ManagedBean(name="helloWorld")
@RequestScoped
public class HelloWorldController
extends Object

A typical simple backing bean, that is backed to helloworld.jsp


Constructor Summary
HelloWorldController()
          default empty constructor
 
Method Summary
 Person getPerson()
           
 String send()
          Method that is backed to a submit button of a form.
 void setPerson(Person person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldController

public HelloWorldController()
default empty constructor

Method Detail

send

public String send()
Method that is backed to a submit button of a form.


getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.