org.xhtmlrenderer.resource
Class AbstractResource
java.lang.Object
org.xhtmlrenderer.resource.AbstractResource
- All Implemented Interfaces:
- Resource
- Direct Known Subclasses:
- CSSResource, ImageResource, XMLResource
public abstract class AbstractResource
- extends java.lang.Object
- implements Resource
- Author:
- Patrick Wright
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResource
public AbstractResource(org.xml.sax.InputSource source)
- Creates a new instance of AbstractResource
AbstractResource
public AbstractResource(java.io.InputStream is)
getResourceInputSource
public org.xml.sax.InputSource getResourceInputSource()
- Specified by:
getResourceInputSource
in interface Resource
getResourceLoadTimeStamp
public long getResourceLoadTimeStamp()
- Specified by:
getResourceLoadTimeStamp
in interface Resource
getElapsedLoadTime
public long getElapsedLoadTime()
Flying Saucer Project Home