Uses of Interface
org.pentaho.reporting.libraries.resourceloader.ResourceBundleData
Packages that use ResourceBundleData
Package
Description
-
Uses of ResourceBundleData in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceBundleDataModifier and TypeMethodDescriptionResourceBundleData.deriveData
(ResourceKey key) ResourceBundleLoader.loadBundle
(ResourceManager resourceManager, ResourceKey key) Tries to load the bundle.DefaultResourceManagerBackend.loadResourceBundle
(ResourceManager frontEnd, ResourceKey key) Tries to find the first resource-bundle-loader that would be able to process the key.ResourceManager.loadResourceBundle
(ResourceKey key) Tries to find the first resource-bundle-loader that would be able to process the key.ResourceManagerBackend.loadResourceBundle
(ResourceManager frontEnd, ResourceKey key) -
Uses of ResourceBundleData in org.pentaho.reporting.libraries.resourceloader.cache
Classes in org.pentaho.reporting.libraries.resourceloader.cache that implement ResourceBundleDataModifier and TypeClassDescriptionclass
A very simple implementation which is suitable for smaller objects.Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceBundleDataModifier and TypeMethodDescriptionstatic ResourceBundleData
CachingResourceBundleData.createCached
(ResourceBundleData data) CachingResourceBundleData.deriveData
(ResourceKey key) CachingResourceBundleData.getBackend()
DefaultResourceBundleDataCacheEntry.getData()
ResourceBundleDataCacheEntry.getData()
NullResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) ResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) Stores the given data on the cache.Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceBundleDataModifier and TypeMethodDescriptionstatic ResourceBundleData
CachingResourceBundleData.createCached
(ResourceBundleData data) NullResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) ResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) Stores the given data on the cache.void
NullResourceBundleDataCache.remove
(ResourceBundleData data) void
ResourceBundleDataCache.remove
(ResourceBundleData data) Constructors in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceBundleDataModifierConstructorDescriptionDefaultResourceBundleDataCacheEntry
(ResourceBundleData data, ResourceManager manager) -
Uses of ResourceBundleData in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache that return ResourceBundleDataModifier and TypeMethodDescriptionEHResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache with parameters of type ResourceBundleDataModifier and TypeMethodDescriptionEHResourceBundleDataCache.put
(ResourceManager caller, ResourceBundleData data) void
EHResourceBundleDataCache.remove
(ResourceBundleData data)