|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.RestrictedFallbackResolver
public static final class AbstractImageSessionContext.RestrictedFallbackResolver
This fallback resolver is to be used in environments where controlling file access is of
critical importance. It disallows any contingency mechanisms by which a Source
object
would be created.
Constructor Summary | |
---|---|
AbstractImageSessionContext.RestrictedFallbackResolver()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractImageSessionContext.RestrictedFallbackResolver()
Method Detail |
---|
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 user
|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |