@Service public class ConfigurationService extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
ConfigurationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
Configuration |
getConfiguration() |
JsonHandler |
getJsonHandler() |
ParametersResolver |
getParametersResolver() |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic Configuration getConfiguration()
public JsonHandler getJsonHandler()
public org.springframework.context.ApplicationContext getApplicationContext()
public ParametersResolver getParametersResolver()
Copyright © 2010-2013. All Rights Reserved.