Class TemplateProcessorRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class TemplateProcessorRegistrar
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware
    Registers a template processor with the web script framework
    Author:
    muzquiano
    • Constructor Detail

      • TemplateProcessorRegistrar

        public TemplateProcessorRegistrar()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
      • setSearchPath

        public void setSearchPath​(SearchPath searchPath)
      • setName

        public void setName​(java.lang.String name)
      • setExtension

        public void setExtension​(java.lang.String extension)
      • init

        public void init()