org.apache.myfaces.orchestra.conversation.jsf.components
Class AbstractConversationComponent
java.lang.Object
UICommand
org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationComponent
- Direct Known Subclasses:
- UIEndConversation
public abstract class AbstractConversationComponent
- extends UICommand
base class for all the conversation components
Method Summary |
java.lang.String |
getFamily()
|
java.lang.String |
getName()
the conversation name |
void |
restoreState(FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(FacesContext context)
|
void |
setName(java.lang.String name)
the conversation name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
AbstractConversationComponent
public AbstractConversationComponent()
getFamily
public java.lang.String getFamily()
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
saveState
public java.lang.Object saveState(FacesContext context)
getName
public java.lang.String getName()
- the conversation name
setName
public void setName(java.lang.String name)
- the conversation name
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.