public static final class AbstractImageSessionContext.RestrictedFallbackResolver extends java.lang.Object implements AbstractImageSessionContext.FallbackResolver
Source
object
would be created.Constructor and Description |
---|
AbstractImageSessionContext.RestrictedFallbackResolver() |
Modifier and Type | Method and Description |
---|---|
javax.xml.transform.Source |
createSource(javax.xml.transform.Source source,
java.lang.String uri)
The fallback mechanism used to create the source which takes in both the
Source
that the the regular mechanisms attempted to create and the URI that the user provided. |
public AbstractImageSessionContext.RestrictedFallbackResolver()
public javax.xml.transform.Source createSource(javax.xml.transform.Source source, java.lang.String uri)
Source
that the the regular mechanisms attempted to create and the URI that the user provided.createSource
in interface AbstractImageSessionContext.FallbackResolver
source
- the sourceuri
- the URI provided by the userCopyright 1999-2014 The Apache Software Foundation. All Rights Reserved.