org.granite.spring
Class SpringGravityFactoryBean

java.lang.Object
  extended by org.granite.spring.SpringGravityFactoryBean
All Implemented Interfaces:
FactoryBean<Object>, ServletContextAware

public class SpringGravityFactoryBean
extends Object
implements ServletContextAware, FactoryBean<Object>


Constructor Summary
SpringGravityFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setServletContext(ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringGravityFactoryBean

public SpringGravityFactoryBean()
Method Detail

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>