Class TemplateParserImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateParserImpl​(java.util.Map<java.lang.String,​java.net.URL> configuration, boolean defaultCompressWhitespace, OperationTracker tracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.net.URL> getDTDURLMappings()
      Returns a mapping from URL string to a local equivalent URL, used to avoid attempting to pull well-known DTDs down over the wire while parsing XML.
      ComponentTemplate parseTemplate​(Resource templateResource)
      Parses the given resource into a component template.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait