Uses of Interface
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.FallbackResolver
-
Packages that use AbstractImageSessionContext.FallbackResolver Package Description org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters. -
-
Uses of AbstractImageSessionContext.FallbackResolver in org.apache.xmlgraphics.image.loader.impl
Classes in org.apache.xmlgraphics.image.loader.impl that implement AbstractImageSessionContext.FallbackResolver Modifier and Type Class Description static class
AbstractImageSessionContext.RestrictedFallbackResolver
This fallback resolver is to be used in environments where controlling file access is of critical importance.static class
AbstractImageSessionContext.UnrestrictedFallbackResolver
An unrestricted resolver that has various contingency mechanisms that access the file-system.Fields in org.apache.xmlgraphics.image.loader.impl declared as AbstractImageSessionContext.FallbackResolver Modifier and Type Field Description private AbstractImageSessionContext.FallbackResolver
AbstractImageSessionContext. fallbackResolver
Constructors in org.apache.xmlgraphics.image.loader.impl with parameters of type AbstractImageSessionContext.FallbackResolver Constructor Description AbstractImageSessionContext(AbstractImageSessionContext.FallbackResolver fallbackResolver)
-