Class URLResourceData
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
org.pentaho.reporting.libraries.resourceloader.loader.URLResourceData
- All Implemented Interfaces:
Serializable
,ResourceData
A generic read handler for URL resources.
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceData
CONTENT_LENGTH, CONTENT_TYPE, FILENAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) protected String
protected static long
getKey()
getResourceAsStream
(ResourceManager caller) protected URL
getUrl()
long
getVersion
(ResourceManager caller) protected static boolean
protected void
setFilename
(String filename) protected void
setKey
(ResourceKey key) protected void
Methods inherited from class org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
getLength, getResource, getResource
-
Constructor Details
-
URLResourceData
-
-
Method Details
-
getFixedCacheDelay
protected static long getFixedCacheDelay() -
isFixBrokenWebServiceDateHeader
protected static boolean isFixBrokenWebServiceDateHeader() -
setUrl
-
setKey
-
setFilename
-
getUrl
-
getFilename
-
getResourceAsStream
- Throws:
ResourceLoadingException
-
getAttribute
-
getVersion
- Throws:
ResourceLoadingException
-
getKey
-