Uses of Interface
org.pentaho.reporting.libraries.resourceloader.ResourceBundleData
-
-
Uses of ResourceBundleData in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceBundleData Modifier and Type Method Description ResourceBundleDataResourceBundleData. deriveData(ResourceKey key)ResourceBundleDataResourceBundleLoader. loadBundle(ResourceManager resourceManager, ResourceKey key)Tries to load the bundle.ResourceBundleDataDefaultResourceManagerBackend. loadResourceBundle(ResourceManager frontEnd, ResourceKey key)Tries to find the first resource-bundle-loader that would be able to process the key.ResourceBundleDataResourceManager. loadResourceBundle(ResourceKey key)Tries to find the first resource-bundle-loader that would be able to process the key.ResourceBundleDataResourceManagerBackend. 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 ResourceBundleData Modifier and Type Class Description classCachingResourceBundleDataA very simple implementation which is suitable for smaller objects.Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceBundleData Modifier and Type Method Description static ResourceBundleDataCachingResourceBundleData. createCached(ResourceBundleData data)ResourceBundleDataCachingResourceBundleData. deriveData(ResourceKey key)ResourceBundleDataCachingResourceBundleData. getBackend()ResourceBundleDataDefaultResourceBundleDataCacheEntry. getData()ResourceBundleDataResourceBundleDataCacheEntry. getData()ResourceBundleDataNullResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)ResourceBundleDataResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)Stores the given data on the cache.Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceBundleData Modifier and Type Method Description static ResourceBundleDataCachingResourceBundleData. createCached(ResourceBundleData data)ResourceBundleDataNullResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)ResourceBundleDataResourceBundleDataCache. 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 ResourceBundleData Constructor Description CachingResourceBundleData(ResourceBundleData data)DefaultResourceBundleDataCacheEntry(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 ResourceBundleData Modifier and Type Method Description ResourceBundleDataEHResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache with parameters of type ResourceBundleData Modifier and Type Method Description ResourceBundleDataEHResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)voidEHResourceBundleDataCache. remove(ResourceBundleData data)
-