Class MCRTemplatesSource

java.lang.Object
org.mycore.common.xsl.MCRTemplatesSource

public class MCRTemplatesSource extends Object
Represents an XSL file that will be used in XSL transformation and which is loaded as a resource. The object provides helper methods to support caching of the compiled templates file.
Author:
Thomas Scheffler (yagee), Frank Lützenkirchen
  • Constructor Details

    • MCRTemplatesSource

      public MCRTemplatesSource(String resource)
      Parameters:
      resource - the path to the XSL file, which will be loaded as a resource
  • Method Details