Class URLXMLResourceResolver

  • All Implemented Interfaces:
    XMLResourceResolver

    public class URLXMLResourceResolver
    extends java.lang.Object
    implements XMLResourceResolver
    Since:
    10.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL resolveResource​(java.lang.String href)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLXMLResourceResolver

        public URLXMLResourceResolver​(java.net.URL context)
    • Method Detail

      • resolveResource

        public java.net.URL resolveResource​(java.lang.String href)
                                     throws java.io.IOException
        Specified by:
        resolveResource in interface XMLResourceResolver
        Throws:
        java.io.IOException