org.dcm4chex.archive.mbean.TemplatesService The default constructor TemplatesService &defaultAttributes; &defaultOperations; Get compiled stylesheet for specified XSL file. getTemplates xslfile java.io.File javax.xml.transform.Templates Get compiled stylesheet for specified AE title and file name. getTemplatesForAET configDirectory java.lang.String aet java.lang.String fileName java.lang.String javax.xml.transform.Templates A filename has following format: [<prefix>]<fileNames[i]>[<postfix>]
The first file that exists in given subdirectories or configDirectory is used to get the Template. ]]>
findTemplates configDirectory java.lang.String subdirs [Ljava.lang.String; prefix java.lang.String fileNames [Ljava.lang.String; postfix java.lang.String javax.xml.transform.Templates
Clear cache to force recompile at next access. clearCache void