|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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(java.lang.String attribute,
java.lang.String value)
add an attribute with value. |
java.lang.String |
getAttribute(java.lang.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. |
java.lang.String[] |
getAttributeNames()
Gets the attributes names as an array. |
java.util.Enumeration |
getAttributesEnumeration()
Gets an Enumeration of attributes names. |
java.lang.String[] |
getAttributeValues(java.lang.String name)
gets the attributes values associated to a specific name. |
java.util.Iterator |
getAttributeValuesIterator(java.lang.String name)
Gets an iterator on the values associated to a name. |
void |
remove(java.lang.String attribute)
remove an attribute with all values. |
void |
remove(java.lang.String attribute,
java.lang.String value)
remove an attribute/value combination from this event's data. |
java.lang.String |
toFormEncodedString()
Gets this PortalComponentEventData as a Form Encoded String. |
| Method Detail |
public void add(java.lang.String attribute,
java.lang.String value)
attribute - The name of the attribute.value - The value of the attribute to be addedpublic void remove(java.lang.String attribute)
attribute - The name of the attribute.
public void remove(java.lang.String attribute,
java.lang.String value)
attribute - The name of the attribute.value - The value of the attribute to be removed.public java.util.Enumeration getAttributesEnumeration()
public java.lang.String[] getAttributeNames()
public java.lang.String[] getAttributeValues(java.lang.String name)
name - The name of the queried attributepublic java.util.Iterator getAttributeValuesIterator(java.lang.String name)
name - The name of the queried attributepublic java.lang.String getAttribute(java.lang.String name)
name - public java.lang.String toFormEncodedString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||