public abstract class Base
extends com.openmarket.framework.jsp.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
|
void |
putAttributeValue(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.jsp.Base
public void putAttributeValue(java.lang.Object oKey, java.lang.Object oValue)
putAttributeValue
in class com.openmarket.framework.jsp.Base
ICS
- interface to Content ServerObject
- attribute keyObject
- attribute value