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 Object
- implements Resource
- Author:
- Patrick Wright
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResource
public AbstractResource(InputSource source)
- Creates a new instance of AbstractResource
AbstractResource
public AbstractResource(InputStream is)
getResourceInputSource
public InputSource getResourceInputSource()
- Specified by:
getResourceInputSource in interface Resource
getResourceLoadTimeStamp
public long getResourceLoadTimeStamp()
- Specified by:
getResourceLoadTimeStamp in interface Resource
getElapsedLoadTime
public long getElapsedLoadTime()
Copyright © 2013. All Rights Reserved.