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.Base
public boolean isCaseSensitive()
isCaseSensitive
in interface COM.FutureTense.Interfaces.IDynamicTag
isCaseSensitive
in class com.openmarket.framework.xml.Base
public void putAttributeValue(COM.FutureTense.Interfaces.ICS ics, java.lang.Object oKey, java.lang.Object oValue)
putAttributeValue
in class com.openmarket.framework.xml.Base
ICS
- interface to Content ServerObject
- attribute keyObject
- attribute value