gr.uoa.di.madgik.commons.utils
Class URIUtils

java.lang.Object
  extended by gr.uoa.di.madgik.commons.utils.URIUtils

public class URIUtils
extends Object


Field Summary
static String SchemeChannel
           
 
Constructor Summary
URIUtils()
           
 
Method Summary
static String BuildQueryString(String id)
           
static String GetID(Map<String,String> params, boolean mandatory)
           
static IChannelLocator.LocatorType GetLocatorType(URI locator)
           
static Map<String,String> ParseQueryString(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SchemeChannel

public static final String SchemeChannel
See Also:
Constant Field Values
Constructor Detail

URIUtils

public URIUtils()
Method Detail

GetLocatorType

public static IChannelLocator.LocatorType GetLocatorType(URI locator)

ParseQueryString

public static Map<String,String> ParseQueryString(String query)

GetID

public static String GetID(Map<String,String> params,
                           boolean mandatory)
                    throws Exception
Throws:
Exception

BuildQueryString

public static String BuildQueryString(String id)


Copyright © 2013. All Rights Reserved.