Package org.xhtmlrenderer.resource
Interface Resource
-
- All Known Implementing Classes:
AbstractResource,CSSResource,ImageResource,XMLResource
@ParametersAreNonnullByDefault public interface Resource- Author:
- Patrick Wright
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputSourcegetResourceInputSource()longgetResourceLoadTimeStamp()
-
-
-
Method Detail
-
getResourceInputSource
@Nullable @CheckReturnValue InputSource getResourceInputSource()
-
getResourceLoadTimeStamp
@CheckReturnValue long getResourceLoadTimeStamp()
-
-