public abstract class Base
extends com.openmarket.framework.xml.Base
| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
createAttributes(COM.FutureTense.Interfaces.ICS ics)
Method to allow derived classes to use a different list than the default
|
boolean |
isCaseSensitive()
Method to indicate if the tag is case sensitive
|
void |
putAttributeValue(COM.FutureTense.Interfaces.ICS ics,
java.lang.Object oKey,
java.lang.Object oValue)
Method to set an attribute value during body processing
|
protected java.lang.Object createAttributes(COM.FutureTense.Interfaces.ICS ics)
createAttributes in class com.openmarket.framework.xml.Basepublic boolean isCaseSensitive()
isCaseSensitive in interface COM.FutureTense.Interfaces.IDynamicTagisCaseSensitive in class com.openmarket.framework.xml.Basepublic void putAttributeValue(COM.FutureTense.Interfaces.ICS ics,
java.lang.Object oKey,
java.lang.Object oValue)
putAttributeValue in class com.openmarket.framework.xml.BaseICS - interface to Content ServerObject - attribute keyObject - attribute value