Class RepositoryTemplateProcessorFactory

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.TemplateProcessorFactory

    public class RepositoryTemplateProcessorFactory
    extends java.lang.Object
    implements org.springframework.extensions.webscripts.TemplateProcessorFactory
    Author:
    Kevin Roast
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.extensions.webscripts.TemplateProcessor newInstance()  
      void setTemplateProcessor​(org.springframework.extensions.webscripts.TemplateProcessor templateProcessor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RepositoryTemplateProcessorFactory

        public RepositoryTemplateProcessorFactory()
    • Method Detail

      • setTemplateProcessor

        public void setTemplateProcessor​(org.springframework.extensions.webscripts.TemplateProcessor templateProcessor)
        Parameters:
        templateProcessor - the TemplateProcessor to set
      • newInstance

        public org.springframework.extensions.webscripts.TemplateProcessor newInstance()
        Specified by:
        newInstance in interface org.springframework.extensions.webscripts.TemplateProcessorFactory