org.granite.spring
Class SpringGraniteConfig

java.lang.Object
  extended by org.granite.config.AbstractFrameworkGraniteConfig
      extended by org.granite.spring.SpringGraniteConfig
All Implemented Interfaces:
InitializingBean, ApplicationContextAware, ServletContextAware

public class SpringGraniteConfig
extends org.granite.config.AbstractFrameworkGraniteConfig
implements InitializingBean, ServletContextAware, ApplicationContextAware


Field Summary
 
Fields inherited from class org.granite.config.AbstractFrameworkGraniteConfig
configuration
 
Constructor Summary
SpringGraniteConfig()
           
 
Method Summary
 void afterPropertiesSet()
           
static boolean isSpringSecurity2Present()
           
static boolean isSpringSecurity3Present()
           
 void setApplicationContext(ApplicationContext applicationContext)
           
 void setServletContext(ServletContext servletContext)
           
 
Methods inherited from class org.granite.config.AbstractFrameworkGraniteConfig
getGraniteConfig, getServicesConfig, init, setCustomGraniteConfigPath, setCustomServicesConfigPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringGraniteConfig

public SpringGraniteConfig()
Method Detail

isSpringSecurity3Present

public static boolean isSpringSecurity3Present()

isSpringSecurity2Present

public static boolean isSpringSecurity2Present()

afterPropertiesSet

public void afterPropertiesSet()
                        throws IOException,
                               SAXException
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
IOException
SAXException

setServletContext

public void setServletContext(ServletContext servletContext)
Specified by:
setServletContext in interface ServletContextAware

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
Specified by:
setApplicationContext in interface ApplicationContextAware