@Deprecated public class MustacheCompilerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
@Bean
definition in Java it probably doesn't help to use this factory since the underlying
fluent API is actually richer.MustacheResourceTemplateLoader
Constructor and Description |
---|
MustacheCompilerFactoryBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.samskivert.mustache.Mustache.Compiler |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setCollector(com.samskivert.mustache.Mustache.Collector collector)
Deprecated.
|
void |
setDefaultValue(String defaultValue)
Deprecated.
|
void |
setDelims(String delims)
Deprecated.
|
void |
setEmptyStringIsFalse(Boolean emptyStringIsFalse)
Deprecated.
|
void |
setEscaper(com.samskivert.mustache.Mustache.Escaper escaper)
Deprecated.
|
void |
setFormatter(com.samskivert.mustache.Mustache.Formatter formatter)
Deprecated.
|
void |
setTemplateLoader(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)
Deprecated.
|
public void setDelims(String delims)
public void setTemplateLoader(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)
public void setFormatter(com.samskivert.mustache.Mustache.Formatter formatter)
public void setEscaper(com.samskivert.mustache.Mustache.Escaper escaper)
public void setCollector(com.samskivert.mustache.Mustache.Collector collector)
public void setDefaultValue(String defaultValue)
public void setEmptyStringIsFalse(Boolean emptyStringIsFalse)
public com.samskivert.mustache.Mustache.Compiler getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.