Class UriQuery
java.lang.Object
ch.tocco.nice2.netui.spi.bind.util.UriQuery
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.boolean
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.String[]
Deprecated.boolean
Deprecated.getOptional
(String paramName) Deprecated.getOptional
(String paramName, boolean decode) Deprecated.getOptional
(String paramName, String fallback) Deprecated.getOptional
(String paramName, String fallback, boolean decode) Deprecated.getRequired
(String paramName) Deprecated.getRequired
(String paramName, boolean decode) Deprecated.int
hashCode()
Deprecated.boolean
isEmpty()
Deprecated.void
Deprecated.void
Deprecated.int
size()
Deprecated.toString()
Deprecated.void
Deprecated.
-
Constructor Details
-
UriQuery
Deprecated.- Throws:
UnresolvableUriException
-
UriQuery
Deprecated.- Throws:
UnresolvableUriException
-
-
Method Details
-
equals
Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
contains
Deprecated. -
getBool
Deprecated.- Throws:
UnresolvableUriException
-
getRequired
Deprecated.- Throws:
UnresolvableUriException
-
getRequired
Deprecated.- Throws:
UnresolvableUriException
-
getOptional
Deprecated.- Throws:
UnresolvableUriException
-
getOptional
Deprecated.- Throws:
UnresolvableUriException
-
getOptional
Deprecated.- Throws:
UnresolvableUriException
-
getOptional
public String getOptional(String paramName, String fallback, boolean decode) throws UnresolvableUriException Deprecated.- Throws:
UnresolvableUriException
-
get
Deprecated.- Throws:
UnresolvableUriException
-
get
Deprecated.- Throws:
UnresolvableUriException
-
get
Deprecated.- Throws:
UnresolvableUriException
-
get
Deprecated.- Throws:
UnresolvableUriException
-
get
Deprecated.- Throws:
UnresolvableUriException
-
get
public String[] get(String paramName, int minCount, int maxCount, boolean decode) throws UnresolvableUriException Deprecated.- Throws:
UnresolvableUriException
-
apply
Deprecated. -
setAllVisited
public void setAllVisited()Deprecated. -
verifyAllVisited
Deprecated.- Throws:
UnresolvableUriException
-
resetVisited
public void resetVisited()Deprecated.
-