org.jboss.jsfunit.example.hellojsf
Class MyCDISessionBean

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

Constructor Summary
MyCDISessionBean()
           
 
Method Summary
 String getHello()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCDISessionBean

public MyCDISessionBean()
Method Detail

getHello

public String getHello()


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.