Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.resource
Class AbstractResource

java.lang.Object
  extended by 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

Constructor Summary
AbstractResource(org.xml.sax.InputSource source)
          Creates a new instance of AbstractResource
AbstractResource(java.io.InputStream is)
           
 
Method Summary
 long getElapsedLoadTime()
           
 org.xml.sax.InputSource getResourceInputSource()
           
 long getResourceLoadTimeStamp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResource

public AbstractResource(org.xml.sax.InputSource source)
Creates a new instance of AbstractResource


AbstractResource

public AbstractResource(java.io.InputStream is)
Method Detail

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 Release ${app.version}

Flying Saucer Project Home