Skip navigation links 
 
oracle.stellent.wcm.common.io.resource.impl
Class UrlResource
java.lang.Object
   oracle.stellent.wcm.common.io.resource.Resource
oracle.stellent.wcm.common.io.resource.Resource
       oracle.stellent.wcm.common.io.resource.impl.UrlResource
oracle.stellent.wcm.common.io.resource.impl.UrlResource
- 
public class UrlResource
 
- extends Resource
A resource represented by the URL class
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
UrlResource
public UrlResource(java.lang.String path)
UrlResource
public UrlResource(java.net.URL url)
getUrl
public java.net.URL getUrl()
setUrl
protected void setUrl(java.net.URL url)
- For subclasses
- 
- Parameters:
- url- the url to set
 
getInputStream
public java.io.InputStream getInputStream()
                                   throws java.io.IOException
- 
- Specified by:
- getInputStreamin class- Resource
 
- 
- Returns:
- the inputstream to this resource
- Throws:
- java.io.IOException
 
getExternalPath
public java.lang.String getExternalPath()
- 
- Overrides:
- getExternalPathin class- Resource
 
- 
- Returns:
- an external form of the path
 
getLastModified
public long getLastModified()
- 
- Overrides:
- getLastModifiedin class- Resource
 
- 
- Returns:
- the time when this resource was last modified, -1 if it cannot be determined
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.