|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.portal.utils.v2.SimpleParameterMap
public class SimpleParameterMap
A ParameterMap contains a set of parameters whose values
are Objects mapped to String names.
| Constructor Summary | |
|---|---|
SimpleParameterMap()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
containsParameter(java.lang.String parameterName)
Deprecated. Returns true if this ParameterMap object contains the
specified String as a parameter name. |
java.util.Map |
getMap()
Deprecated. Returns a Map containing the contents of this SimpleParameterMap. |
java.util.Enumeration |
getParameterNames()
Deprecated. Returns an Enumeration of the parameter names belonging to
this ParameterMap object, this may then be used to fetch
the parameters sequentially. |
java.lang.Object |
getParameterValue(java.lang.String parameterName)
Deprecated. Gets the value of the parameter with the given name. |
void |
putParameterValue(java.lang.String paramName,
java.lang.Object paramValue)
Deprecated. Adds the specified parameter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleParameterMap()
| Method Detail |
|---|
public java.lang.Object getParameterValue(java.lang.String parameterName)
getParameterValue in interface ParameterMapparameterName - the parameter name.
public void putParameterValue(java.lang.String paramName,
java.lang.Object paramValue)
paramName - the parameter name.paramValue - the parameter value.public java.util.Enumeration getParameterNames()
Enumeration of the parameter names belonging to
this ParameterMap object, this may then be used to fetch
the parameters sequentially.
getParameterNames in interface ParameterMapEnumeration of the parameter names.public boolean containsParameter(java.lang.String parameterName)
ParameterMap object contains the
specified String as a parameter name.
containsParameter in interface ParameterMapparameterName - parameter name to search for.
public java.util.Map getMap()
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||