FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>, InitializableBean, Aware, EnvironmentAwarepublic class PebbleEngineFactoryBean extends PebbleEngineFactory implements InitializableBean, FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>
Created: 2016. 1. 25.
FACTORY_METHOD_NAME| Constructor | Description |
|---|---|
PebbleEngineFactoryBean() |
| Modifier and Type | Method | Description |
|---|---|---|
com.mitchellbosecke.pebble.PebbleEngine |
getObject() |
Return an instance (possibly shared or independent) of the object managed by this factory.
|
void |
initialize() |
Initialize FreeMarkerConfigurationFactory's Configuration
if not overridden by a preconfigured FreeMarker Configuration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePebbleEngine, getAggregateTemplateLoader, getTemplateLoaderForPath, setDefaultLocale, setEnvironment, setStrictVariables, setTemplateLoader, setTemplateLoader, setTemplateLoader, setTemplateLoaderPath, setTemplateLoaderPath, setTemplateLoaderPathpublic void initialize()
initialize in interface InitializableBeanpublic com.mitchellbosecke.pebble.PebbleEngine getObject()
FactoryBeangetObject in interface FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>Copyright © 2008–2018 The Aspectran Project. All rights reserved.