Uses of Enum Class
com.predic8.membrane.core.util.URLParamUtil.DuplicateKeyOrInvalidFormStrategy
Packages that use URLParamUtil.DuplicateKeyOrInvalidFormStrategy
-
Uses of URLParamUtil.DuplicateKeyOrInvalidFormStrategy in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return URLParamUtil.DuplicateKeyOrInvalidFormStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.URLParamUtil.DuplicateKeyOrInvalidFormStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.util with parameters of type URLParamUtil.DuplicateKeyOrInvalidFormStrategyModifier and TypeMethodDescriptionURLParamUtil.getParams(URIFactory uriFactory, Exchange exc, URLParamUtil.DuplicateKeyOrInvalidFormStrategy duplicateKeyOrInvalidFormStrategy) URLParamUtil.parseQueryString(String query, URLParamUtil.DuplicateKeyOrInvalidFormStrategy duplicateKeyOrInvalidFormStrategy) Parse a URL query into parameter pairs.