Interface DynamicTemplateParser

    • Method Detail

      • parseTemplate

        DynamicTemplate parseTemplate​(Resource resource)
        Given a Resource, parse the XML file into a template. The result is cached (using the Resource itself as the key). The DynamicTemplateParser is change aware; it will clear its cache if any underlying Resource changes, and will clear the Tapestry page cache as well.