org.jboss.jsfunit.example.hellojsf
Class MyCDISessionBean
java.lang.Object
org.jboss.jsfunit.example.hellojsf.MyCDISessionBean
- All Implemented Interfaces:
- Serializable
@SessionScoped
@Named(value="mybean")
public class MyCDISessionBean
- extends Object
- implements Serializable
Simple CDI bean with session scope.
- Author:
- ssilvert
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyCDISessionBean
public MyCDISessionBean()
getHello
public String getHello()
Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.