public class SpringGravityFactoryBean extends Object implements ServletContextAware, FactoryBean<Object>
| Constructor and Description |
|---|
SpringGravityFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setServletContext(ServletContext servletContext) |
public SpringGravityFactoryBean()
public void setServletContext(ServletContext servletContext)
setServletContext in interface ServletContextAwarepublic Object getObject() throws Exception
getObject in interface FactoryBean<Object>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<Object>public boolean isSingleton()
isSingleton in interface FactoryBean<Object>