|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader |
---|
Subinterfaces of ResourceData in org.pentaho.reporting.libraries.resourceloader | |
---|---|
interface |
ResourceBundleData
Todo: Document Me |
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceData | |
---|---|
ResourceData |
ResourceLoader.load(ResourceKey key)
Loads the binary data represented by this key. |
ResourceData |
ResourceManager.load(ResourceKey key)
|
ResourceData |
ResourceManager.loadRawData(ResourceKey key)
|
ResourceData |
DefaultResourceManagerBackend.loadRawData(ResourceManager frontEnd,
ResourceKey key)
|
ResourceData |
ResourceManagerBackend.loadRawData(ResourceManager frontEnd,
ResourceKey key)
|
Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceData | |
---|---|
Resource |
ResourceFactory.create(ResourceManager manager,
ResourceData data,
ResourceKey context)
Creates a resource by interpreting the data given in the resource-data object. |
Resource |
DefaultResourceManagerBackend.create(ResourceManager frontEnd,
ResourceData data,
ResourceKey context,
Class[] target)
|
Resource |
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 ResourceData | |
---|---|
class |
CachingResourceBundleData
A very simple implementation which is suitable for smaller objects. |
class |
CachingResourceData
A very simple implementation which is suitable for smaller objects. |
Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceData | |
---|---|
static ResourceData |
CachingResourceData.createCached(ResourceData data)
|
ResourceData |
DefaultResourceDataCacheEntry.getData()
|
ResourceData |
ResourceDataCacheEntry.getData()
|
ResourceData |
ResourceDataCache.put(ResourceManager caller,
ResourceData data)
Stores the given data on the cache. |
ResourceData |
NullResourceDataCache.put(ResourceManager caller,
ResourceData data)
|
Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceData | |
---|---|
static ResourceData |
CachingResourceData.createCached(ResourceData data)
|
ResourceData |
ResourceDataCache.put(ResourceManager caller,
ResourceData data)
Stores the given data on the cache. |
ResourceData |
NullResourceDataCache.put(ResourceManager caller,
ResourceData data)
|
void |
ResourceDataCache.remove(ResourceData data)
|
void |
NullResourceDataCache.remove(ResourceData data)
|
Constructors in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceData | |
---|---|
CachingResourceData(ResourceData data)
|
|
DefaultResourceDataCacheEntry(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 ResourceData | |
---|---|
int |
AbstractFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
int |
FactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
Resource |
FactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
AbstractResourceFactory.create(ResourceManager manager,
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 ResourceData | |
---|---|
Resource |
GIFImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
PNGImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
JPEGImageFactoryModule.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 ResourceData | |
---|---|
Resource |
PropertiesResourceFactory.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 ResourceData | |
---|---|
class |
AbstractResourceData
Creation-Date: 05.04.2006, 15:24:47 |
class |
URLResourceData
A generic read handler for URL resources. |
Methods in org.pentaho.reporting.libraries.resourceloader.loader that return ResourceData | |
---|---|
ResourceData |
URLResourceLoader.load(ResourceKey key)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.file |
---|
Classes in org.pentaho.reporting.libraries.resourceloader.loader.file that implement ResourceData | |
---|---|
class |
FileResourceData
A simple file reader. |
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that return ResourceData | |
---|---|
ResourceData |
FileResourceLoader.load(ResourceKey key)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.raw |
---|
Classes in org.pentaho.reporting.libraries.resourceloader.loader.raw that implement ResourceData | |
---|---|
class |
RawResourceData
Creation-Date: 12.04.2006, 15:06:48 |
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that return ResourceData | |
---|---|
ResourceData |
RawResourceLoader.load(ResourceKey key)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.resource |
---|
Classes in org.pentaho.reporting.libraries.resourceloader.loader.resource that implement ResourceData | |
---|---|
class |
ClassloaderResourceData
Creation-Date: 05.04.2006, 15:15:36 |
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that return ResourceData | |
---|---|
ResourceData |
ClassloaderResourceLoader.load(ResourceKey key)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.loader.zip |
---|
Classes in org.pentaho.reporting.libraries.resourceloader.loader.zip that implement ResourceData | |
---|---|
class |
ZipResourceData
Creation-Date: 05.04.2006, 15:44:07 |
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that return ResourceData | |
---|---|
ResourceData |
ZipEntryKey.getZipFile()
|
ResourceData |
ZipResourceLoader.load(ResourceKey key)
|
Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceData | |
---|---|
ZipEntryKey(ResourceData zipFile,
String entryName)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache |
---|
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that return ResourceData | |
---|---|
ResourceData |
EHResourceDataCache.put(ResourceManager caller,
ResourceData data)
Stores the given data on the cache. |
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache with parameters of type ResourceData | |
---|---|
ResourceData |
EHResourceDataCache.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 |
---|
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio with parameters of type ResourceData | |
---|---|
int |
ImageIOFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
Resource |
ImageIOFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg |
---|
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg with parameters of type ResourceData | |
---|---|
int |
WrapperSVGDrawableFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
int |
WrapperSVGImageFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
Resource |
SVGDrawableFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
SVGImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
WrapperSVGDrawableFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
WrapperSVGImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Uses of ResourceData in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf |
---|
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf with parameters of type ResourceData | |
---|---|
int |
WrapperWMFDrawableFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
int |
WrapperWMFImageFactoryModule.canHandleResource(ResourceManager caller,
ResourceData data)
|
Resource |
WMFImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
WMFDrawableFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
WrapperWMFDrawableFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
Resource |
WrapperWMFImageFactoryModule.create(ResourceManager caller,
ResourceData data,
ResourceKey context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |