org.apache.tapestry.asset
Class ExternalResource

java.lang.Object
  extended by org.apache.hivemind.util.AbstractResource
      extended by org.apache.tapestry.asset.ExternalResource
All Implemented Interfaces:
org.apache.hivemind.Resource

public class ExternalResource
extends org.apache.hivemind.util.AbstractResource

Corresponds to the ExternalAsset.


Constructor Summary
ExternalResource(String path, Locale locale)
           
 
Method Summary
 org.apache.hivemind.Resource getLocalization(Locale locale)
           
 URL getResourceURL()
           
protected  org.apache.hivemind.Resource newResource(String path)
           
 
Methods inherited from class org.apache.hivemind.util.AbstractResource
equals, getLocale, getName, getPath, getRelativeResource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalResource

public ExternalResource(String path,
                        Locale locale)
Method Detail

newResource

protected org.apache.hivemind.Resource newResource(String path)
Specified by:
newResource in class org.apache.hivemind.util.AbstractResource

getResourceURL

public URL getResourceURL()

getLocalization

public org.apache.hivemind.Resource getLocalization(Locale locale)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.