Class RuntimeUriResolver
java.lang.Object
org.apache.camel.quarkus.component.xslt.RuntimeUriResolver
- All Implemented Interfaces:
URIResolver
An
URIResolver to use at runtime.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns a fakeStreamSourcethat throws anUnsupportedOperationExceptionupon read.
-
Method Details
-
resolve
Returns a fakeStreamSourcethat throws anUnsupportedOperationExceptionupon read. The real resolution happens viagetTransletClassName(String)- Specified by:
resolvein interfaceURIResolver- Throws:
TransformerException
-
getTransletClassName
- Parameters:
uri- the URI whose translet is seeked- Returns:
- the unqualified translet name associated with the given
uriornullif the given XSLT resource was not compiled to a translet at build time.
-