Uses of Class
net.csdn.common.path.Url

Packages that use Url
net.csdn.common.path   
 

Uses of Url in net.csdn.common.path
 

Methods in net.csdn.common.path that return Url
 Url Url.addParam(String key, String value)
           
 Url Url.hostAndPort(String hostAndPort)
           
 Url Url.path(String path)
           
 Url Url.query(Map _query)
           
 Url Url.query(String query)
           
 

Methods in net.csdn.common.path that return types with arguments of type Url
static List<Url> Url.urls(String[] hosts, String path, Map params, String... queries)
           
static List<Url> Url.urls(String[] hosts, String path, String... queries)
           
 



Copyright © 2014. All Rights Reserved.