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, setParameter
String 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 © 2015. All Rights Reserved.