Arquillian Warp Extension: Phaser Tests 1.0.0.Alpha1

org.jboss.as.quickstarts.jsf
Class MyBean

java.lang.Object
  extended by 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

Constructor Summary
MyBean()
           
 
Method Summary
 String getName()
           
 void postContruct()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyBean

public MyBean()
Method Detail

postContruct

@PostConstruct
public void postContruct()

getName

public String getName()

setName

public void setName(String name)

Arquillian Warp Extension: Phaser Tests 1.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.