org.granite.spring
Class SpringGravityFactoryBean
java.lang.Object
org.granite.spring.SpringGravityFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Object>, org.springframework.web.context.ServletContextAware
public class SpringGravityFactoryBean
- extends Object
- implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.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 org.springframework.web.context.ServletContextAware
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Object>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>