Package com.microstrategy.web.beans
Class WebBeanUtils.SimpleRequestKeys
- java.lang.Object
-
- com.microstrategy.web.beans.GenericRequestKeys
-
- com.microstrategy.web.beans.WebBeanUtils.SimpleRequestKeys
-
- All Implemented Interfaces:
RequestKeys
- Enclosing class:
- WebBeanUtils
public static class WebBeanUtils.SimpleRequestKeys extends GenericRequestKeys
- Since:
- MicroStrategy Web 7.5.1
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.beans.GenericRequestKeys
src
-
-
Constructor Summary
Constructors Constructor Description SimpleRequestKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEvent(int evt)voidcopy(RequestKeys rk, java.lang.String fromArg, java.lang.String toArg)protected voidinitializeRequestKeys()Initializes the key-value collection from various sources.voidseal()-
Methods inherited from class com.microstrategy.web.beans.GenericRequestKeys
add, add, addKeyValue, addObject, getAllValues, getDebugOut, getIntValue, getIntValue, getKeyListByPrefix, getName, getNameCount, getObjectAtIndex, getSource, getValue, getValue, getValueCount, getValueObject, getValueObject, isEmpty, remove, setInitialized, setObjectAtIndex, setSource, setValue, setValueObject, toString
-
-
-
-
Method Detail
-
initializeRequestKeys
protected void initializeRequestKeys()
Description copied from class:GenericRequestKeysInitializes the key-value collection from various sources. Implementation class extending this class needs to call theGenericRequestKeys.add(String, String)method to add key-value pairs into the collection.- Overrides:
initializeRequestKeysin classGenericRequestKeys
-
addEvent
public void addEvent(int evt) throws java.lang.UnsupportedOperationException- Throws:
java.lang.UnsupportedOperationException
-
copy
public void copy(RequestKeys rk, java.lang.String fromArg, java.lang.String toArg) throws java.lang.UnsupportedOperationException
- Throws:
java.lang.UnsupportedOperationException
-
seal
public void seal()
-
-