Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceCreationException
Package
Description
-
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader
Modifier and TypeClassDescriptionclass
The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.Modifier and TypeMethodDescriptionDefaultResourceManagerBackend.create
(ResourceManager frontEnd, ResourceData data, ResourceKey context, Class[] target) ResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) Creates a resource by interpreting the data given in the resource-data object.ResourceManager.create
(ResourceKey key, ResourceKey context) ResourceManager.create
(ResourceKey key, ResourceKey context, Class target) ResourceManager.create
(ResourceKey key, ResourceKey context, Class[] target) ResourceManagerBackend.create
(ResourceManager frontEnd, ResourceData key, ResourceKey context, Class[] target) ResourceManager.createDirectly
(Object keyValue, Class target) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory
Modifier and TypeMethodDescriptionint
AbstractFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
FactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) AbstractResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) FactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory.drawable
Modifier and TypeMethodDescriptionRejectGifImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) RejectJPEGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) RejectPNGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.factory.property
Modifier and TypeMethodDescriptionPropertiesResourceFactory.create
(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Modifier and TypeMethodDescriptionint
ImageIOFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) ImageIOFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.svg
Modifier and TypeMethodDescriptionint
WrapperSVGDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperSVGImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) WrapperSVGDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperSVGImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceCreationException in org.pentaho.reporting.libraries.resourceloader.modules.factory.wmf
Modifier and TypeMethodDescriptionint
WrapperWMFDrawableFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) int
WrapperWMFImageFactoryModule.canHandleResource
(ResourceManager caller, ResourceData data) WrapperWMFDrawableFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context) WrapperWMFImageFactoryModule.create
(ResourceManager caller, ResourceData data, ResourceKey context)