Uses of Enum Class
com.soklet.util.RequestUtils.QueryStringParseStrategy
Packages that use RequestUtils.QueryStringParseStrategy
-
Uses of RequestUtils.QueryStringParseStrategy in com.soklet.util
Methods in com.soklet.util that return RequestUtils.QueryStringParseStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RequestUtils.QueryStringParseStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet.util with parameters of type RequestUtils.QueryStringParseStrategyModifier and TypeMethodDescriptionRequestUtils.parseQueryString
(String queryString, RequestUtils.QueryStringParseStrategy queryStringParseStrategy)