Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceManager
-
-
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceManager Modifier and Type Method Description ResourceManagerResourceBundleData. deriveManager(ResourceManager parent)Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceManager Modifier and Type Method Description ResourceDefaultResourceManagerBackend. create(ResourceManager frontEnd, ResourceData data, ResourceKey context, Class[] target)ResourceResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context)Creates a resource by interpreting the data given in the resource-data object.ResourceResourceManagerBackend. create(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target)ResourceManagerResourceBundleData. deriveManager(ResourceManager parent)static ResourceKeyResourceKeyUtils. embedResourceInKey(ResourceManager manager, ResourceKey source, Map factoryParameters)Returns a new ResourceKey with the specified source resource embedded inside as a byte []byte[]ResourceData. getResource(ResourceManager caller)This is dangerous, especially if the resource is large.intResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)Tries to read data into the given byte-array.InputStreamResourceData. getResourceAsStream(ResourceManager caller)longResourceData. getVersion(ResourceManager caller)booleanDefaultResourceManagerBackend. isResourceUnchanged(ResourceManager frontEnd, Resource resource)booleanResourceManagerBackend. isResourceUnchanged(ResourceManager resourceManager, Resource resource)ResourceBundleDataResourceBundleLoader. loadBundle(ResourceManager resourceManager, ResourceKey key)Tries to load the bundle.ResourceDataDefaultResourceManagerBackend. loadRawData(ResourceManager frontEnd, ResourceKey key)ResourceDataResourceManagerBackend. loadRawData(ResourceManager frontEnd, ResourceKey key)ResourceBundleDataDefaultResourceManagerBackend. loadResourceBundle(ResourceManager frontEnd, ResourceKey key)Tries to find the first resource-bundle-loader that would be able to process the key.ResourceBundleDataResourceManagerBackend. loadResourceBundle(ResourceManager frontEnd, ResourceKey key)static ResourceKeyResourceKeyUtils. toResourceKey(Object value, ResourceManager resourceManager, ResourceKey contextKey, Map parameters)Performs a simple attempt at a "smart" conversion to a ResourceKey.Constructors in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceManager Constructor Description ResourceManager(ResourceManager parent, ResourceManagerBackend backend) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.cache
Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceManager Modifier and Type Method Description ResourceManagerCachingResourceBundleData. deriveManager(ResourceManager parent)Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceManager Modifier and Type Method Description ResourceManagerCachingResourceBundleData. deriveManager(ResourceManager parent)byte[]CachingResourceBundleData. getResource(ResourceManager caller)intCachingResourceBundleData. getResource(ResourceManager caller, byte[] target, long offset, int length)byte[]CachingResourceData. getResource(ResourceManager caller)intCachingResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)InputStreamCachingResourceBundleData. getResourceAsStream(ResourceManager caller)InputStreamCachingResourceData. getResourceAsStream(ResourceManager caller)longCachingResourceBundleData. getVersion(ResourceManager caller)longCachingResourceData. getVersion(ResourceManager caller)ResourceBundleDataNullResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)ResourceDataNullResourceDataCache. put(ResourceManager caller, ResourceData data)ResourceBundleDataResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)Stores the given data on the cache.ResourceDataResourceDataCache. put(ResourceManager caller, ResourceData data)Stores the given data on the cache.Constructors in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceManager Constructor Description DefaultResourceBundleDataCacheEntry(ResourceBundleData data, ResourceManager manager)DefaultResourceDataCacheEntry(ResourceData data, ResourceManager manager) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.factory
Methods in org.pentaho.reporting.libraries.resourceloader.factory with parameters of type ResourceManager Modifier and Type Method Description intAbstractFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)intFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceAbstractResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context)ResourceFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Methods in org.pentaho.reporting.libraries.resourceloader.factory.drawable with parameters of type ResourceManager Modifier and Type Method Description ResourceRejectGifImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceRejectJPEGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceRejectPNGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.factory.image
Methods in org.pentaho.reporting.libraries.resourceloader.factory.image with parameters of type ResourceManager Modifier and Type Method Description ResourceGIFImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceJPEGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourcePNGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.factory.property
Methods in org.pentaho.reporting.libraries.resourceloader.factory.property with parameters of type ResourceManager Modifier and Type Method Description ResourcePropertiesResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader
Methods in org.pentaho.reporting.libraries.resourceloader.loader with parameters of type ResourceManager Modifier and Type Method Description byte[]AbstractResourceData. getResource(ResourceManager caller)intAbstractResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)InputStreamURLResourceData. getResourceAsStream(ResourceManager caller)longURLResourceData. getVersion(ResourceManager caller) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file with parameters of type ResourceManager Modifier and Type Method Description InputStreamFileResourceData. getResourceAsStream(ResourceManager caller)longFileResourceData. getVersion(ResourceManager caller) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject with parameters of type ResourceManager Modifier and Type Method Description InputStreamFileObjectResourceData. getResourceAsStream(ResourceManager caller)longFileObjectResourceData. getVersion(ResourceManager caller) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw with parameters of type ResourceManager Modifier and Type Method Description byte[]RawResourceData. getResource(ResourceManager caller)intRawResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)Tries to read data into the given byte-array.InputStreamRawResourceData. getResourceAsStream(ResourceManager caller)longRawResourceData. getVersion(ResourceManager caller) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader.resource
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource with parameters of type ResourceManager Modifier and Type Method Description InputStreamClassloaderResourceData. getResourceAsStream(ResourceManager caller)longClassloaderResourceData. getVersion(ResourceManager caller) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.loader.zip
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceManager Modifier and Type Method Description InputStreamZipResourceData. getResourceAsStream(ResourceManager caller)longZipResourceData. getVersion(ResourceManager caller)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceManager Constructor Description ZipEntryKey(ResourceManager manager, File zipFile, String entryName)ZipEntryKey(ResourceManager manager, String zipFile, String entryName)ZipEntryKey(ResourceManager manager, URL zipFile, String entryName) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache with parameters of type ResourceManager Modifier and Type Method Description ResourceBundleDataEHResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)ResourceDataEHResourceDataCache. put(ResourceManager caller, ResourceData data)Stores the given data on the cache. -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio with parameters of type ResourceManager Modifier and Type Method Description intImageIOFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceImageIOFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg with parameters of type ResourceManager Modifier and Type Method Description intWrapperSVGDrawableFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)intWrapperSVGImageFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceSVGDrawableFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceSVGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceWrapperSVGDrawableFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceWrapperSVGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceManager in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf with parameters of type ResourceManager Modifier and Type Method Description intWrapperWMFDrawableFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)intWrapperWMFImageFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceWMFDrawableFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceWMFImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceWrapperWMFDrawableFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceWrapperWMFImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)
-