@Deprecated public class MustacheCompilerFactoryBean extends Object implements 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 FactoryBean<com.samskivert.mustache.Mustache.Compiler>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<com.samskivert.mustache.Mustache.Compiler>public boolean isSingleton()
isSingleton in interface FactoryBean<com.samskivert.mustache.Mustache.Compiler>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.