org.codehaus.wadi.web
Class BasicWebSessionConfig
java.lang.Object
org.codehaus.wadi.web.BasicWebSessionConfig
- All Implemented Interfaces:
- WebSessionConfig
public class BasicWebSessionConfig
- extends java.lang.Object
- implements WebSessionConfig
- Version:
- $Revision: 1538 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWebSessionConfig
public BasicWebSessionConfig()
getAttributeListeners
public javax.servlet.http.HttpSessionAttributeListener[] getAttributeListeners()
- Specified by:
getAttributeListeners
in interface WebSessionConfig
setAttributeListeners
public void setAttributeListeners(javax.servlet.http.HttpSessionAttributeListener[] attributeListeners)
- Specified by:
setAttributeListeners
in interface WebSessionConfig
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface WebSessionConfig
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext
in interface WebSessionConfig
getManager
public Manager getManager()
- Specified by:
getManager
in interface WebSessionConfig
setManager
public void setManager(Manager manager)
- Specified by:
setManager
in interface WebSessionConfig
Copyright © 2011. All Rights Reserved.