Uses of Class
at.molindo.utils.tools.URLCoder

Packages that use URLCoder
at.molindo.utils.tools   
 

Uses of URLCoder in at.molindo.utils.tools
 

Methods in at.molindo.utils.tools that return URLCoder
static URLCoder URLCoder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static URLCoder[] URLCoder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in at.molindo.utils.tools with parameters of type URLCoder
static String UrlBuilder.decode(URLCoder decoder, String s)
           
static List<String> UrlBuilder.decodeAll(URLCoder decoder, List<String> list)
           
static String UrlBuilder.encode(URLCoder encoder, String s)
           
static List<String> UrlBuilder.encodeAll(URLCoder encoder, List<String> list)
           
 



Copyright © 2013 Molindo GmbH. All Rights Reserved.