org.utgenome.gwt.utgb.client.util
Class GETMethodURL

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.util.GETMethodURL

public class GETMethodURL
extends Object

Author:
ssksn

Field Summary
protected  String baseURL
           
 
Constructor Summary
protected GETMethodURL(String baseURL)
           
 
Method Summary
 String getBaseURL()
           
 String getURL()
           
 String getURL(Map<String,String> parameterMap)
           
 String getValue(String key)
           
static GETMethodURL newInstance(String url)
           
 String put(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseURL

protected String baseURL
Constructor Detail

GETMethodURL

protected GETMethodURL(String baseURL)
Method Detail

newInstance

public static final GETMethodURL newInstance(String url)

getBaseURL

public String getBaseURL()

getValue

public String getValue(String key)

put

public String put(String key,
                  String value)

getURL

public String getURL()

getURL

public String getURL(Map<String,String> parameterMap)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.