org.riotfamily.common.log
Class ServletContextAppenderConfigurer

java.lang.Object
  extended by org.riotfamily.common.log.ServletContextAppenderConfigurer
All Implemented Interfaces:
ServletContextAware

public class ServletContextAppenderConfigurer
extends Object
implements ServletContextAware

Bean that initializes the ServletContextAppender by setting a reference to the ServletContext.

Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
ServletContextAppenderConfigurer()
           
 
Method Summary
 void setServletContext(ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextAppenderConfigurer

public ServletContextAppenderConfigurer()
Method Detail

setServletContext

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