apollo.Template
Class RT_TextAreaRole

java.lang.Object
  |
  +--apollo.Template.RT_TextAreaRole
All Implemented Interfaces:
ReplacementTagRole, java.io.Serializable

public class RT_TextAreaRole
extends java.lang.Object
implements ReplacementTagRole

See Also:
Serialized Form

Constructor Summary
RT_TextAreaRole(java.lang.String tagName)
           
 
Method Summary
 java.lang.String getOldValue()
           
 java.lang.String getRoleCode()
           
 void prepareReplacementTable(java.util.Hashtable RT)
           
 void processAnotherRole(ReplacementTagRole RTag)
           
 void setOldValue(java.lang.String strOldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RT_TextAreaRole

public RT_TextAreaRole(java.lang.String tagName)
Method Detail

getRoleCode

public java.lang.String getRoleCode()
Specified by:
getRoleCode in interface ReplacementTagRole

processAnotherRole

public void processAnotherRole(ReplacementTagRole RTag)
Specified by:
processAnotherRole in interface ReplacementTagRole

prepareReplacementTable

public void prepareReplacementTable(java.util.Hashtable RT)
Specified by:
prepareReplacementTable in interface ReplacementTagRole

setOldValue

public void setOldValue(java.lang.String strOldValue)

getOldValue

public java.lang.String getOldValue()