|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IPortalComponentEventData represents a set of multi-valued attributes that
are attached to a IPortalRequestEvent.
| Method Summary | |
void |
add(String attribute,
String value)
add an attribute with value. |
String |
getAttribute(String name)
Return the value of an attributes Note: If the attribute is multi-valued, any one the values can be the result of a call to this method. |
String[] |
getAttributeNames()
Gets the attributes names as an array. |
Enumeration |
getAttributesEnumeration()
Gets an Enumeration of attributes names. |
String[] |
getAttributeValues(String name)
gets the attributes values associated to a specific name. |
Iterator |
getAttributeValuesIterator(String name)
Gets an iterator on the values associated to a name. |
void |
remove(String attribute)
remove an attribute with all values. |
void |
remove(String attribute,
String value)
remove an attribute/value combination from this event's data. |
String |
toFormEncodedString()
Gets this PortalComponentEventData as a Form Encoded String. |
| Method Detail |
public void add(String attribute,
String value)
attribute - The name of the attribute.value - The value of the attribute to be addedpublic void remove(String attribute)
attribute - The name of the attribute.
public void remove(String attribute,
String value)
attribute - The name of the attribute.value - The value of the attribute to be removed.public Enumeration getAttributesEnumeration()
public String[] getAttributeNames()
public String[] getAttributeValues(String name)
name - The name of the queried attribute
public Iterator getAttributeValuesIterator(String name)
name - The name of the queried attribute
public String getAttribute(String name)
name - public String toFormEncodedString()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||