java.lang.Object | ||
↳ | com.microstrategy.web.beans.GenericRequestKeys | |
↳ | com.microstrategy.web.beans.GenericEventHandler.GenericEventKeys |
This inner class is an implementation of the request keys specific for an event. The collection contains the keys for a particular event.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GenericEventHandler.GenericEventKeys(RequestKeys keys, int eventId) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getValue(String keyName)
Returns from this collection a comma separated string of all the
values mapped by the specified
keyName . | ||||||||||
String |
getValue(String keyName, int valueIndex)
Returns the value at the specified position mapped by the specified
keyName.
| ||||||||||
int |
getValueCount(String keyName)
Returns from this collection the number of values mapped with the
keyName.
| ||||||||||
Object |
getValueObject(String keyName, int valueIndex)
Returns the Object at the specified position mapped by the specified
keyName.
| ||||||||||
Enumeration |
getValueObject(String key)
Returns the collection of all the values mapped by the specified
keyName . |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
canAddKey(String name)
This method is called during the
initializeRequestKeys() method before
adding the keys to the collection. | ||||||||||
int |
getEventId()
Method returns the event Id used for creating this collection.
| ||||||||||
RequestKeys |
getOriginalKeys()
Method returns the request keys used for creating this
collection.
| ||||||||||
void |
initializeRequestKeys()
Initializes the collection with the values from the Request and/or Session, according to
what was specified by the keySpace.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns from this collection a comma separated string of all the
values mapped by the specified keyName
.
keyName | a key in this collection |
---|
Returns the value at the specified position mapped by the specified keyName.
keyName | a key in this collection |
---|---|
valueIndex | the index of a value mapped to the key specified |
Returns from this collection the number of values mapped with the keyName.
keyName | a key to a value collection |
---|
Returns the Object at the specified position mapped by the specified keyName.
keyName | a key in this collection |
---|---|
valueIndex | the index of an Object mapped to the key specified |
Returns the collection of all the values mapped by the specified keyName
.
key | a key in this collection |
---|
This method is called during the initializeRequestKeys()
method before
adding the keys to the collection.
name | - key name to check |
---|
Method returns the event Id used for creating this collection.
Method returns the request keys used for creating this collection.
Initializes the collection with the values from the Request and/or Session, according to what was specified by the keySpace.