Uses of Interface
com.itextpdf.styledxmlparser.resolver.resource.IResourceRetriever
Packages that use IResourceRetriever
Package
Description
-
Uses of IResourceRetriever in com.itextpdf.styledxmlparser.resolver.resource
Classes in com.itextpdf.styledxmlparser.resolver.resource that implement IResourceRetrieverModifier and TypeClassDescriptionclassDefault implementation of theIResourceRetrieverinterface, which can set a limit on the size of retrieved resources using input stream with a limit on the number of bytes read.Methods in com.itextpdf.styledxmlparser.resolver.resource that return IResourceRetrieverModifier and TypeMethodDescriptionResourceResolver.getRetriever()Gets the resource retriever.DefaultResourceRetriever.setResourceSizeByteLimit(long resourceSizeByteLimit) Sets the resource size byte limit.Methods in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetrieverModifier and TypeMethodDescriptionResourceResolver.setRetriever(IResourceRetriever retriever) Sets the resource retriever.Constructors in com.itextpdf.styledxmlparser.resolver.resource with parameters of type IResourceRetrieverModifierConstructorDescriptionResourceResolver(String baseUri, IResourceRetriever retriever) Creates a newResourceResolverinstance. -
Uses of IResourceRetriever in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors that return IResourceRetrieverModifier and TypeMethodDescriptionISvgConverterProperties.getResourceRetriever()Gets the resource retriever. -
Uses of IResourceRetriever in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return IResourceRetrieverMethods in com.itextpdf.svg.processors.impl with parameters of type IResourceRetrieverModifier and TypeMethodDescriptionSvgConverterProperties.setResourceRetriever(IResourceRetriever resourceRetriever) Sets the resource retriever.