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 TypeClassDescriptionclassA very simple implementation which is suitable for smaller objects.Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceBundleDataModifier and TypeMethodDescriptionstatic ResourceBundleDataCachingResourceBundleData.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 ResourceBundleDataCachingResourceBundleData.createCached(ResourceBundleData data) NullResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data) ResourceBundleDataCache.put(ResourceManager caller, ResourceBundleData data) Stores the given data on the cache.voidNullResourceBundleDataCache.remove(ResourceBundleData data) voidResourceBundleDataCache.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) voidEHResourceBundleDataCache.remove(ResourceBundleData data)