public interface ParametersExt extends Parameters
Parameters interface supported by the implementation and
will be included in the next spec release.| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String name,
boolean stripQuotes)
Returns the value of the named parameter, or null if it is not set.
|
getParameter, getParameterNames, removeParameter, setParameterString getParameter(String name, boolean stripQuotes)
name - name of parameter to retrievestripQuotes - will return the value of the parameter as it has been received when the message came into the stackCopyright © 2014. All Rights Reserved.