|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.manager.servlets.attribute.AttributeContext
public class AttributeContext
| Constructor Summary | |
|---|---|
AttributeContext()
Constructs the default AttributeContext |
|
| Method Summary | |
|---|---|
Object |
getAttribute(String name)
Returns an attribute by name, or null if the attribute is not set. |
void |
setAttribute(String name,
Object value)
Sets an attribute by name. |
String |
toString()
Retrieve the string version of this AttributeContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeContext()
AttributeContext
| Method Detail |
|---|
public void setAttribute(String name,
Object value)
name - The name of the attribute.value - The value to set.public Object getAttribute(String name)
name - The name of the attribute to retrieve.
public String toString()
AttributeContext
This method will format the attribute context in the following way:
AttributeContext{
toString in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||