org.ofbiz.base.location
Class StandardUrlLocationResolver

java.lang.Object
  extended by org.ofbiz.base.location.StandardUrlLocationResolver
All Implemented Interfaces:
LocationResolver

public class StandardUrlLocationResolver
extends java.lang.Object
implements LocationResolver

A special location resolver that uses Strings like URLs, but with more options


Constructor Summary
StandardUrlLocationResolver()
           
 
Method Summary
 java.net.URL resolveLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardUrlLocationResolver

public StandardUrlLocationResolver()
Method Detail

resolveLocation

public java.net.URL resolveLocation(java.lang.String location)
                             throws java.net.MalformedURLException
Specified by:
resolveLocation in interface LocationResolver
Throws:
java.net.MalformedURLException