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

java.lang.Object
  extended by UIComponentTag
      extended by org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
          extended by org.apache.myfaces.orchestra.conversation.jsf.components.AbstractConversationTag
Direct Known Subclasses:
EndConversationTag

public abstract class AbstractConversationTag
extends UIComponentTagBase

base class for all conversation tags


Constructor Summary
AbstractConversationTag()
           
 
Method Summary
 java.lang.String getName()
          the conversation name
 java.lang.String getRendererType()
           
 void setName(java.lang.String alias)
          the conversation name
protected  void setProperties(UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
release, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setLongProperty, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConversationTag

public AbstractConversationTag()
Method Detail

getRendererType

public java.lang.String getRendererType()

setProperties

protected void setProperties(UIComponent component)
Overrides:
setProperties in class UIComponentTagBase

getName

public java.lang.String getName()
the conversation name


setName

public void setName(java.lang.String alias)
the conversation name



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.