org.schmant.support.xml
Class LoggingUriResolverProxy
java.lang.Object
org.entityfs.support.lang.ObjectProxySupport<URIResolver>
org.schmant.support.xml.LoggingUriResolverProxy
- All Implemented Interfaces:
- URIResolver
public class LoggingUriResolverProxy
- extends ObjectProxySupport<URIResolver>
- implements URIResolver
This is a proxy for an URIResolver
that debug logs all resolving
requests.
- Since:
- 0.5
- Author:
- Karl Gustafsson
LoggingUriResolverProxy
public LoggingUriResolverProxy(URIResolver proxied)
resolve
public Source resolve(String href,
String base)
throws TransformerException
- Specified by:
resolve
in interface URIResolver
- Throws:
TransformerException