|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.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{ <tab>key1:value1 <tab>key2:value2 <tab>key3:value3 <tab>. <tab>. <tab>. }
toString in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.