org.apache.myfaces.orchestra.conversation.jsf.components
Class AbstractConversationComponent

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


Field Summary
static java.lang.String COMPONENT_FAMILY
           
 
Constructor Summary
AbstractConversationComponent()
           
 
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
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

AbstractConversationComponent

public AbstractConversationComponent()
Method Detail

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.