ice.storm
Class UrlMaster

java.lang.Object
  extended byice.util.net.URLResolver
      extended byice.storm.UrlMaster
All Implemented Interfaces:
ResourceOwner

public class UrlMaster
extends URLResolver
implements ResourceOwner


Field Summary
 
Fields inherited from class ice.util.net.URLResolver
JAVA_URL_RESOLVE, REPLACE_URL_RESOLVE, SLASH_URL_RESOLVE
 
Constructor Summary
UrlMaster(Session session)
          Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.
 
Method Summary
static ContentLoader createLoader(String url)
          Deprecated. Please use ContentLoaderFactory to create ContentLoader.
 void disposeResources()
           
static UrlMaster get(Session session)
          Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.
static UrlMaster set(Session session, UrlMaster master)
          Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.
 
Methods inherited from class ice.util.net.URLResolver
getHost, getPath, getPort, getProtocol, getResolveType, newURL, newURL, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlMaster

public UrlMaster(Session session)
Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.

Method Detail

get

public static UrlMaster get(Session session)
Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.


set

public static UrlMaster set(Session session,
                            UrlMaster master)
Deprecated. As of 6.1, no instance of UrlMaster is needed for the contained utility methods. Please use URLResolver.


createLoader

public static ContentLoader createLoader(String url)
Deprecated. Please use ContentLoaderFactory to create ContentLoader.


disposeResources

public void disposeResources()
Specified by:
disposeResources in interface ResourceOwner