Uses of Interface
org.pentaho.reporting.libraries.resourceloader.ResourceData
Package
Description
-
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader
Modifier and TypeMethodDescriptionResourceLoader.load
(ResourceKey key) Loads the binary data represented by this key.ResourceManager.load
(ResourceKey key) DefaultResourceManagerBackend.loadRawData
(ResourceManager frontEnd, ResourceKey key) ResourceManager.loadRawData
(ResourceKey key) ResourceManagerBackend.loadRawData
(ResourceManager frontEnd, ResourceKey key) Modifier and TypeMethodDescriptionDefaultResourceManagerBackend.create
(ResourceManager frontEnd, ResourceData data, ResourceKey context, Class[] target) ResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) Creates a resource by interpreting the data given in the resource-data object.ResourceManagerBackend.create
(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.cache
Modifier and TypeClassDescriptionclass
A very simple implementation which is suitable for smaller objects.class
A very simple implementation which is suitable for smaller objects.Modifier and TypeMethodDescriptionstatic ResourceData
CachingResourceData.createCached
(ResourceData data) DefaultResourceDataCacheEntry.getData()
ResourceDataCacheEntry.getData()
NullResourceDataCache.put
(ResourceManager caller, ResourceData data) ResourceDataCache.put
(ResourceManager caller, ResourceData data) Stores the given data on the cache.Modifier and TypeMethodDescriptionstatic ResourceData
CachingResourceData.createCached
(ResourceData data) NullResourceDataCache.put
(ResourceManager caller, ResourceData data) ResourceDataCache.put
(ResourceManager caller, ResourceData data) Stores the given data on the cache.void
NullResourceDataCache.remove
(ResourceData data) void
ResourceDataCache.remove
(ResourceData data) ModifierConstructorDescriptionDefaultResourceDataCacheEntry
(ResourceData data, ResourceManager manager) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.factory
Modifier and TypeMethodDescriptionint
AbstractFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
FactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) AbstractResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) FactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Modifier and TypeMethodDescriptionRejectGifImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) RejectJPEGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) RejectPNGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.factory.image
Modifier and TypeMethodDescriptionGIFImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) JPEGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) PNGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.factory.property
Modifier and TypeMethodDescriptionPropertiesResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader
Modifier and TypeClassDescriptionclass
Creation-Date: 05.04.2006, 15:24:47class
A generic read handler for URL resources. -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.file
-
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
-
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.raw
-
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.resource
Modifier and TypeClassDescriptionclass
Creation-Date: 05.04.2006, 15:15:36 -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.zip
Modifier and TypeMethodDescriptionZipEntryKey.getZipFile()
ZipResourceLoader.load
(ResourceKey key) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Modifier and TypeMethodDescriptionEHResourceDataCache.put
(ResourceManager caller, ResourceData data) Stores the given data on the cache.Modifier and TypeMethodDescriptionEHResourceDataCache.put
(ResourceManager caller, ResourceData data) Stores the given data on the cache.void
EHResourceDataCache.remove
(ResourceData data) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Modifier and TypeMethodDescriptionint
ImageIOFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) ImageIOFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
Modifier and TypeMethodDescriptionint
WrapperSVGDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperSVGImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) SVGDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) SVGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperSVGDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperSVGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
Modifier and TypeMethodDescriptionint
WrapperWMFDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperWMFImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) WMFDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WMFImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context)