org.granite.spring
Class SpringGravityFactoryBean
java.lang.Object
org.granite.spring.SpringGravityFactoryBean
- All Implemented Interfaces:
- FactoryBean<Object>, ServletContextAware
public class SpringGravityFactoryBean
- extends Object
- implements ServletContextAware, FactoryBean<Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringGravityFactoryBean
public SpringGravityFactoryBean()
setServletContext
public void setServletContext(ServletContext servletContext)
- Specified by:
setServletContext in interface ServletContextAware
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface FactoryBean<Object>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType in interface FactoryBean<Object>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface FactoryBean<Object>