类 MustacheCompilerFactoryBean

  • 所有已实现的接口:
    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>
    已过时。
    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.
    从以下版本开始:
    1.2.2
    另请参阅:
    MustacheResourceTemplateLoader
    • 方法详细资料

      • setTemplateLoader

        public void setTemplateLoader​(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)
        已过时。
      • setFormatter

        public void setFormatter​(com.samskivert.mustache.Mustache.Formatter formatter)
        已过时。
      • setEscaper

        public void setEscaper​(com.samskivert.mustache.Mustache.Escaper escaper)
        已过时。
      • setCollector

        public void setCollector​(com.samskivert.mustache.Mustache.Collector collector)
        已过时。
      • getObject

        public com.samskivert.mustache.Mustache.Compiler getObject()
                                                            throws Exception
        已过时。
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
        抛出:
        Exception
      • getObjectType

        public Class<?> getObjectType()
        已过时。
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
      • isSingleton

        public boolean isSingleton()
        已过时。
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>