Uses of Interface
org.pentaho.reporting.libraries.resourceloader.ResourceData
Packages that use ResourceData
Package
Description
-
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader
Subinterfaces of ResourceData in org.pentaho.reporting.libraries.resourceloaderMethods in org.pentaho.reporting.libraries.resourceloader that return ResourceDataModifier 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) Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceDataModifier 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
Classes in org.pentaho.reporting.libraries.resourceloader.cache that implement ResourceDataModifier and TypeClassDescriptionclass
A very simple implementation which is suitable for smaller objects.class
A very simple implementation which is suitable for smaller objects.Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceDataModifier 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.Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceDataModifier 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) Constructors in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceDataModifierConstructorDescriptionDefaultResourceDataCacheEntry
(ResourceData data, ResourceManager manager) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.factory
Methods in org.pentaho.reporting.libraries.resourceloader.factory with parameters of type ResourceDataModifier 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.image
Methods in org.pentaho.reporting.libraries.resourceloader.factory.image with parameters of type ResourceDataModifier 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
Methods in org.pentaho.reporting.libraries.resourceloader.factory.property with parameters of type ResourceDataModifier and TypeMethodDescriptionPropertiesResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader
Classes in org.pentaho.reporting.libraries.resourceloader.loader that implement ResourceDataModifier and TypeClassDescriptionclass
Creation-Date: 05.04.2006, 15:24:47class
A generic read handler for URL resources.Methods in org.pentaho.reporting.libraries.resourceloader.loader that return ResourceData -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.file
Classes in org.pentaho.reporting.libraries.resourceloader.loader.file that implement ResourceDataMethods in org.pentaho.reporting.libraries.resourceloader.loader.file that return ResourceData -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.raw
Classes in org.pentaho.reporting.libraries.resourceloader.loader.raw that implement ResourceDataMethods in org.pentaho.reporting.libraries.resourceloader.loader.raw that return ResourceData -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.resource
Classes in org.pentaho.reporting.libraries.resourceloader.loader.resource that implement ResourceDataModifier and TypeClassDescriptionclass
Creation-Date: 05.04.2006, 15:15:36Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that return ResourceData -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.zip
Classes in org.pentaho.reporting.libraries.resourceloader.loader.zip that implement ResourceDataMethods in org.pentaho.reporting.libraries.resourceloader.loader.zip that return ResourceDataModifier and TypeMethodDescriptionZipEntryKey.getZipFile()
ZipResourceLoader.load
(ResourceKey key) Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceData -
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio with parameters of type ResourceDataModifier and TypeMethodDescriptionint
ImageIOFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) ImageIOFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context)