org.jboss.cdi.tck.tests.context.session.event
Class SessionScopedBean
java.lang.Object
org.jboss.cdi.tck.tests.context.session.event.SessionScopedBean
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class SessionScopedBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionScopedBean
public SessionScopedBean()
getFoo
public String getFoo()
setFoo
public void setFoo(String foo)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.