org.jboss.cdi.tck.tests.context.conversation.event
Class ConversationScopedBean
java.lang.Object
org.jboss.cdi.tck.tests.context.conversation.event.ConversationScopedBean
- All Implemented Interfaces:
- Serializable
@ConversationScoped
public class ConversationScopedBean
- 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 |
ConversationScopedBean
public ConversationScopedBean()
getFoo
public String getFoo()
setFoo
public void setFoo(String foo)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.