Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceKey
-
-
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that return ResourceKey Modifier and Type Method Description static ResourceKeyResourceKey. createAsDerived(ResourceKey parent, ResourceKey child)ResourceKeyDefaultResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,?> parameters)ResourceKeyResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyResourceManager. createKey(Object data)Creates a ResourceKey that carries no Loader-Parameters from the given object.ResourceKeyResourceManager. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)Creates a ResourceKey that carries the given Loader-Parameters contained in the optional map.ResourceKeyResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)ResourceKeyResourceManager. createOrDeriveKey(ResourceKey context, Object value, Object baseURL)ResourceKeyDefaultResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,?> parameters)Derives a new key from the given resource-key.ResourceKeyResourceBundleLoader. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path)Derives a new key from the given resource-key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)Derives a new key from the given resource-key.ResourceKeyResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)ResourceKeyDefaultResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceBundleLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceManager. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)static ResourceKeyResourceKeyUtils. embedResourceInKey(ResourceManager manager, ResourceKey source, Map factoryParameters)Returns a new ResourceKey with the specified source resource embedded inside as a byte []ResourceKeyResourceBundleData. getBundleKey()ResourceKey[]CompoundResource. getDependencies()The primary source is also included in this set.ResourceKey[]DependencyCollector. getDependencies()ResourceKey[]Resource. getDependencies()The primary source is also included in this set.ResourceKey[]SimpleResource. getDependencies()The primary source is also included in this set.ResourceKeyResourceData. getKey()ResourceKeyResourceKey. getParent()ResourceKeyCompoundResource. getSource()ResourceKeyResource. getSource()ResourceKeySimpleResource. getSource()static ResourceKeyResourceKeyUtils. toResourceKey(Object value, ResourceManager resourceManager, ResourceKey contextKey, Map parameters)Performs a simple attempt at a "smart" conversion to a ResourceKey.Methods in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceKey Modifier and Type Method Description voidDependencyCollector. add(ResourceKey resourceKey, long version)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.ResourceResourceManager. create(ResourceKey key, ResourceKey context)ResourceResourceManager. create(ResourceKey key, ResourceKey context, Class target)ResourceResourceManager. create(ResourceKey key, ResourceKey context, Class[] target)ResourceResourceManagerBackend. create(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target)static ResourceKeyResourceKey. createAsDerived(ResourceKey parent, ResourceKey child)ResourceKeyResourceManager. createOrDeriveKey(ResourceKey context, Object value, Object baseURL)ResourceBundleDataResourceBundleData. deriveData(ResourceKey key)ResourceKeyDefaultResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,?> parameters)Derives a new key from the given resource-key.ResourceKeyResourceBundleLoader. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path)Derives a new key from the given resource-key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)Derives a new key from the given resource-key.ResourceKeyResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)ResourceKeyDefaultResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceBundleLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceManager. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)static ResourceKeyResourceKeyUtils. embedResourceInKey(ResourceManager manager, ResourceKey source, Map factoryParameters)Returns a new ResourceKey with the specified source resource embedded inside as a byte []longCompoundResource. getVersion(ResourceKey key)longDependencyCollector. getVersion(ResourceKey key)longResource. getVersion(ResourceKey key)longSimpleResource. getVersion(ResourceKey key)booleanResourceBundleLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.booleanResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataResourceLoader. load(ResourceKey key)Loads the binary data represented by this key.ResourceDataResourceManager. load(ResourceKey key)ResourceBundleDataResourceBundleLoader. loadBundle(ResourceManager resourceManager, ResourceKey key)Tries to load the bundle.ResourceDataDefaultResourceManagerBackend. loadRawData(ResourceManager frontEnd, ResourceKey key)ResourceDataResourceManager. loadRawData(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.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)StringDefaultResourceManagerBackend. serialize(ResourceKey bundleKey, ResourceKey key)Creates a String version of theResourceKeythat can be deserialized with thedeserialize()method.StringResourceBundleLoader. serialize(ResourceKey bundleKey, ResourceKey key)Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)method.StringResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)Serializes the resource key to a String representation which can be recreated using thedeserialize(ResourceKey)method.StringResourceManager. serialize(ResourceKey bundleKey, ResourceKey key)Creates a String version of theResourceKeythat can be deserialized with thedeserialize()method.StringResourceManagerBackend. serialize(ResourceKey bundleKey, ResourceKey key)static ResourceKeyResourceKeyUtils. toResourceKey(Object value, ResourceManager resourceManager, ResourceKey contextKey, Map parameters)Performs a simple attempt at a "smart" conversion to a ResourceKey.URLDefaultResourceManagerBackend. toURL(ResourceKey key)URLResourceLoader. toURL(ResourceKey key)Generates aURLversion of the suppliedResourceKey.URLResourceManager. toURL(ResourceKey key)Tries to convert the resource-key into an URL.URLResourceManagerBackend. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader with parameters of type ResourceKey Constructor Description CompoundResource(ResourceKey source, DependencyCollector dependencies, Object product, Class targetType)DependencyCollector(ResourceKey source, long version)ResourceKey(ResourceKey parent, Object schema, Object identifier, Map<? extends ParameterKey,Object> factoryParameters)SimpleResource(ResourceKey key, Object value, Class targetType, long version) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.cache
Methods in org.pentaho.reporting.libraries.resourceloader.cache that return ResourceKey Modifier and Type Method Description ResourceKeyCachingResourceBundleData. getBundleKey()ResourceKey[]BundleCacheResourceWrapper. getDependencies()ResourceKeyCachingResourceBundleData. getKey()ResourceKeyCachingResourceData. getKey()ResourceKeyBundleCacheResourceWrapper. getSource()Methods in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceKey Modifier and Type Method Description ResourceBundleDataCachingResourceBundleData. deriveData(ResourceKey key)static StringCacheUtility. externalizeKey(ResourceKey key)ResourceBundleDataCacheEntryNullResourceBundleDataCache. get(ResourceKey key)ResourceDataCacheEntryNullResourceDataCache. get(ResourceKey key)ResourceNullResourceFactoryCache. get(ResourceKey key, Class[] target)ResourceBundleDataCacheEntryResourceBundleDataCache. get(ResourceKey key)Retrieves the given data from the cache.ResourceDataCacheEntryResourceDataCache. get(ResourceKey key)Retrieves the given data from the cache.ResourceResourceFactoryCache. get(ResourceKey key, Class[] target)longBundleCacheResourceWrapper. getVersion(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.cache with parameters of type ResourceKey Constructor Description BundleCacheResourceWrapper(Resource parent, ResourceKey outsideKey) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.factory
Methods in org.pentaho.reporting.libraries.resourceloader.factory with parameters of type ResourceKey Modifier and Type Method Description ResourceAbstractResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context)ResourceFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Methods in org.pentaho.reporting.libraries.resourceloader.factory.drawable with parameters of type ResourceKey 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 ResourceKey in org.pentaho.reporting.libraries.resourceloader.factory.image
Methods in org.pentaho.reporting.libraries.resourceloader.factory.image with parameters of type ResourceKey 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 ResourceKey in org.pentaho.reporting.libraries.resourceloader.factory.property
Methods in org.pentaho.reporting.libraries.resourceloader.factory.property with parameters of type ResourceKey Modifier and Type Method Description ResourcePropertiesResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader
Methods in org.pentaho.reporting.libraries.resourceloader.loader that return ResourceKey Modifier and Type Method Description ResourceKeyURLResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyURLResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyURLResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string dataResourceKeyURLResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyURLResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyURLResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string databooleanURLResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataURLResourceLoader. load(ResourceKey key)StringURLResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)Creates a String version of the resource key that can be used to generate a new ResourceKey object via deserializationprotected voidURLResourceData. setKey(ResourceKey key)URLURLResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader with parameters of type ResourceKey Constructor Description URLResourceData(ResourceKey key) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that return ResourceKey Modifier and Type Method Description ResourceKeyFileResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyFileResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)ResourceKeyFileResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader.file with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyFileResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)booleanFileResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataFileResourceLoader. load(ResourceKey key)StringFileResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)URLFileResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.file with parameters of type ResourceKey Constructor Description FileResourceData(ResourceKey key) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject that return ResourceKey Modifier and Type Method Description ResourceKeyFileObjectResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyFileObjectResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileObjectResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)ResourceKeyFileObjectResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyFileObjectResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileObjectResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)booleanFileObjectResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataFileObjectResourceLoader. load(ResourceKey key)StringFileObjectResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)URLFileObjectResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.fileobject with parameters of type ResourceKey Constructor Description FileObjectResourceData(ResourceKey key) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that return ResourceKey Modifier and Type Method Description ResourceKeyRawResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyRawResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyRawResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string dataResourceKeyRawResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyRawResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyRawResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string databooleanRawResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataRawResourceLoader. load(ResourceKey key)StringRawResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)Creates a String version of the resource key that can be used to generate a new ResourceKey object via deserializationURLRawResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.raw with parameters of type ResourceKey Constructor Description RawResourceData(ResourceKey rawKey) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader.resource
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that return ResourceKey Modifier and Type Method Description ResourceKeyClassloaderResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyClassloaderResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyClassloaderResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string dataResourceKeyClassloaderResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyClassloaderResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyClassloaderResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string databooleanClassloaderResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataClassloaderResourceLoader. load(ResourceKey key)StringClassloaderResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)Creates a String version of the resource key that can be used to generate a new ResourceKey object via deserializationURLClassloaderResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.resource with parameters of type ResourceKey Constructor Description ClassloaderResourceData(ResourceKey key) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.loader.zip
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that return ResourceKey Modifier and Type Method Description ResourceKeyZipResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyZipResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyZipResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)ResourceKeyZipResourceData. getKey()Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceKey Modifier and Type Method Description ResourceKeyZipResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyZipResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)booleanZipResourceLoader. isSupportedKey(ResourceKey key)Checks, whether this resource loader implementation was responsible for creating this key.ResourceDataZipResourceLoader. load(ResourceKey key)StringZipResourceLoader. serialize(ResourceKey bundleKey, ResourceKey key)URLZipResourceLoader. toURL(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip with parameters of type ResourceKey Constructor Description ZipResourceData(ResourceKey key) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache
Methods in org.pentaho.reporting.libraries.resourceloader.modules.cache.ehcache with parameters of type ResourceKey Modifier and Type Method Description ResourceBundleDataCacheEntryEHResourceBundleDataCache. get(ResourceKey key)Retrieves the given data from the cache.ResourceDataCacheEntryEHResourceDataCache. get(ResourceKey key)Retrieves the given data from the cache.ResourceEHResourceFactoryCache. get(ResourceKey key, Class[] target) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio with parameters of type ResourceKey Modifier and Type Method Description ResourceImageIOFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceKey in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg with parameters of type ResourceKey Modifier and Type Method Description 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 ResourceKey in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf with parameters of type ResourceKey Modifier and Type Method Description 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)
-