java.lang.Object
com.aoapps.net.EmptyURIParameters
- All Implemented Interfaces:
Writable
,URIParameters
Empty parameters singleton.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EmptyURIParameters
getParameter
(String name) Gets the value for the provided parameter name ornull
if doesn't exist.Gets an unmodifiable map view of all parameters.Gets an unmodifiable iterator of the parameter names.getParameterValues
(String name) Gets an unmodifiable view of all values for a multi-value parameter ornull
if has no values.boolean
toString()
Gets the query string encoded in the default encodingIRI.ENCODING
, not including the '?'
-
Method Details
-
getInstance
-
toString
Gets the query string encoded in the default encodingIRI.ENCODING
, not including the '?' prefix. -
getParameter
Description copied from interface:URIParameters
Gets the value for the provided parameter name ornull
if doesn't exist. If the parameter has multiple values, the first value is returned.- Specified by:
getParameter
in interfaceURIParameters
-
getParameterNames
Description copied from interface:URIParameters
Gets an unmodifiable iterator of the parameter names.- Specified by:
getParameterNames
in interfaceURIParameters
-
getParameterValues
Description copied from interface:URIParameters
Gets an unmodifiable view of all values for a multi-value parameter ornull
if has no values.- Specified by:
getParameterValues
in interfaceURIParameters
-
getParameterMap
Description copied from interface:URIParameters
Gets an unmodifiable map view of all parameters.- Specified by:
getParameterMap
in interfaceURIParameters
-
isFastToString
public boolean isFastToString()- Specified by:
isFastToString
in interfaceURIParameters
- Specified by:
isFastToString
in interfaceWritable
-