org.jboss.as.quickstarts.jsf
Class MyBean
java.lang.Object
org.jboss.as.quickstarts.jsf.MyBean
- All Implemented Interfaces:
- Serializable
@Named
@RequestScoped
public class MyBean
- extends Object
- implements Serializable
MyBean is the JSF backing bean for the application, holding the input data to be re-displayed.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyBean
public MyBean()
postContruct
@PostConstruct
public void postContruct()
getName
public String getName()
setName
public void setName(String name)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.