org.javasimon.spring
Class SimonWebConfigurationBean

java.lang.Object
  extended by org.javasimon.spring.SimonConfigurationBean
      extended by org.javasimon.spring.SimonWebConfigurationBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

public class SimonWebConfigurationBean
extends SimonConfigurationBean
implements org.springframework.web.context.ServletContextAware

SimonConfigurationBean with extended function - just pushes configured manager to the ServletContext attribute SimonUtils.MANAGER_SERVLET_CTX_ATTRIBUTE.

Author:
Richard "Virgo" Richter

Constructor Summary
SimonWebConfigurationBean()
           
 
Method Summary
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.javasimon.spring.SimonConfigurationBean
afterPropertiesSet, getSimonManager, setConfiguration, setNewManager, setSimonManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimonWebConfigurationBean

public SimonWebConfigurationBean()
Method Detail

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware


Copyright © 2012. All Rights Reserved.