org.codehaus.groovy.grails.web.util
Class DebugHttpSessionListener
java.lang.Object
org.codehaus.groovy.grails.web.util.DebugHttpSessionListener
- All Implemented Interfaces:
- EventListener, HttpSessionListener
public class DebugHttpSessionListener
- extends Object
- implements HttpSessionListener
Simple implementation of the HttpListener interface that writes to standard out
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugHttpSessionListener
public DebugHttpSessionListener()
sessionCreated
public void sessionCreated(HttpSessionEvent event)
- Specified by:
sessionCreated
in interface HttpSessionListener
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event)
- Specified by:
sessionDestroyed
in interface HttpSessionListener
Copyright (c) 2005-2009 The Grails project