|
NextApp Echo App Container 1.1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.InitialParametersImpl
The implementation of the InitialParameters interface.
InitialParameters| Field Summary | |
private java.util.Map |
parameterMap
|
| Fields inherited from interface nextapp.echoservlet.InitialParameters |
ATTRIBUTE_NAME |
| Constructor Summary | |
(package private) |
InitialParametersImpl(java.util.Map parameterMap)
|
| Method Summary | |
java.lang.String[] |
getAllParameterNames()
Returns an array of all the initial request parameters names. |
java.lang.String |
getParameter(java.lang.String name)
Returns the value of an initial request parameter as a String, or null if the parameter does not exist. |
java.util.Map |
getParameterMap()
Returns a java.util.Map of the parameters of the initial request. |
java.util.Iterator |
getParameterNames()
Returns an Iterator of String objects containing the names of the parameters contained in the initial request. |
java.lang.String[] |
getParameterValues(java.lang.String name)
Returns an array of String objects containing all of the values the given initial request parameter has, or null if the parameter does not exist. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Map parameterMap
| Constructor Detail |
InitialParametersImpl(java.util.Map parameterMap)
| Method Detail |
public java.lang.String[] getAllParameterNames()
InitialParameters
getAllParameterNames in interface InitialParametersInitialParameters.getAllParameterNames()public java.lang.String getParameter(java.lang.String name)
InitialParametersYou should only use this method when you are sure the parameter has only one value. If the parameter might have more than one value, use getParameterValues(java.lang.String).
If you use this method with a multivalued parameter, the value returned is equal to the first value in the array returned by getParameterValues.
getParameter in interface InitialParametersname - - a String specifying the name of the parameter
InitialParameters.getParameter(java.lang.String)public java.util.Map getParameterMap()
InitialParameters
getParameterMap in interface InitialParametersInitialParameters.getParameterMap()public java.util.Iterator getParameterNames()
InitialParameters
getParameterNames in interface InitialParametersInitialParameters.getParameterNames()public java.lang.String[] getParameterValues(java.lang.String name)
InitialParametersIf the parameter has a single value, the array has a length of 1.
getParameterValues in interface InitialParametersname - - a String containing the name of the parameter
whose value is requested
InitialParameters.getParameterValues(java.lang.String)
|
NextApp Echo App Container 1.1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||