public abstract class Base
extends com.openmarket.framework.xml.Base
EVALUATE_BODY, EVALUATE_COMPLETEreturnString| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createAttributes(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(ICS ics,
Object oKey,
Object oValue)
Method to set an attribute value during body processing
|
protected Object createAttributes(ICS ics)
createAttributes in class com.openmarket.framework.xml.Basepublic boolean isCaseSensitive()
isCaseSensitive in interface IDynamicTagisCaseSensitive in class com.openmarket.framework.xml.Basepublic void putAttributeValue(ICS ics, Object oKey, Object oValue)
putAttributeValue in class com.openmarket.framework.xml.BaseICS - interface to Content ServerObject - attribute keyObject - attribute value