Class MustacheCompilerFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>

    @Deprecated
    public class MustacheCompilerFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
    Deprecated.
    as of 1.5
    Factory for a Mustache compiler with custom strategies. For building a @Bean definition in Java it probably doesn't help to use this factory since the underlying fluent API is actually richer.
    Since:
    1.2.2
    See Also:
    MustacheResourceTemplateLoader
    • Method Detail

      • setTemplateLoader

        public void setTemplateLoader​(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)
        Deprecated.
      • setFormatter

        public void setFormatter​(com.samskivert.mustache.Mustache.Formatter formatter)
        Deprecated.
      • setEscaper

        public void setEscaper​(com.samskivert.mustache.Mustache.Escaper escaper)
        Deprecated.
      • setCollector

        public void setCollector​(com.samskivert.mustache.Mustache.Collector collector)
        Deprecated.
      • getObject

        public com.samskivert.mustache.Mustache.Compiler getObject()
                                                            throws Exception
        Deprecated.
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
        Throws:
        Exception
      • getObjectType

        public Class<?> getObjectType()
        Deprecated.
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
      • isSingleton

        public boolean isSingleton()
        Deprecated.
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>