org.codehaus.wadi.web
Interface WADIHttpSession

All Superinterfaces:
Evictable, java.io.Externalizable, Motable, java.io.Serializable, Session, WebSession
All Known Implementing Classes:
BasicWebSession

public interface WADIHttpSession
extends WebSession


Method Summary
 javax.servlet.http.HttpSessionEvent getHttpSessionEvent()
           
 javax.servlet.http.HttpSession getWrapper()
           
 
Methods inherited from interface org.codehaus.wadi.web.WebSession
getAttribute, getAttributeNameEnumeration, getAttributeNameSet, getAttributeNameStringArray, getConfig, getId, removeAttribute, setAttribute
 
Methods inherited from interface org.codehaus.wadi.core.session.Session
addState, getLocalStateMap, getState, getState, onEndProcessing, removeState
 
Methods inherited from interface org.codehaus.wadi.core.motable.Motable
copy, getBodyAsByteArray, getName, getReadWriteLock, init, isNew, mote, rehydrate, restore, setBodyAsByteArray
 
Methods inherited from interface org.codehaus.wadi.core.eviction.Evictable
copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, mote, setLastAccessedTime, setMaxInactiveInterval
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getWrapper

javax.servlet.http.HttpSession getWrapper()

getHttpSessionEvent

javax.servlet.http.HttpSessionEvent getHttpSessionEvent()


Copyright © 2010. All Rights Reserved.