Uses of Class
de.cuioss.tools.net.UrlParameter
Packages that use UrlParameter
-
Uses of UrlParameter in de.cuioss.tools.net
Fields in de.cuioss.tools.net declared as UrlParameterModifier and TypeFieldDescriptionstatic final UrlParameterUrlParameter.FACES_REDIRECTShortcut constant for faces redirect parameter.static final UrlParameterUrlParameter.INCLUDE_VIEW_PARAMETERShortcut constant parameter for includeViewParams.Methods in de.cuioss.tools.net that return types with arguments of type UrlParameterModifier and TypeMethodDescriptionstatic List<UrlParameter>UrlParameter.filterParameter(List<UrlParameter> toBeFiltered, ParameterFilter parameterFilter) Filters the given list ofUrlParameterstatic List<UrlParameter>UrlParameter.fromQueryString(String queryString) Helper class that create a list ofUrlParameterfrom a given query-Stringstatic final List<UrlParameter>UrlParameter.getUrlParameterFromMap(Map<String, List<String>> map, ParameterFilter parameterFilter, boolean encode) Convert a map of raw Url-parameter into a list ofUrlParameterMethods in de.cuioss.tools.net with parameters of type UrlParameterModifier and TypeMethodDescriptionintUrlParameter.compareTo(UrlParameter compareTo) static StringUrlParameter.createParameterString(boolean encode, UrlParameter... parameters) Create a String-representation of the URL-Parameterstatic StringUrlParameter.createParameterString(UrlParameter... parameters) Creates a parameter String for a given number ofUrlParameter.Method parameters in de.cuioss.tools.net with type arguments of type UrlParameterModifier and TypeMethodDescriptionUrlParameter.createParameterMap(List<UrlParameter> urlParameters) Create a parameterMap for a given list ofUrlParameterstatic List<UrlParameter>UrlParameter.filterParameter(List<UrlParameter> toBeFiltered, ParameterFilter parameterFilter) Filters the given list ofUrlParameter