|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbstractImageSessionContext.FallbackResolver
Implementations of this interface will be used as the mechanism for creating the
Source
that wraps resources. This interface allows clients to define their own
implementations so that they have fine-grained control over how resources are acquired.
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. |
Method Detail |
---|
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.
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 |