org.exist.http.servlets
Interface SessionWrapper
- All Known Implementing Classes:
- CocoonSessionWrapper, HttpSessionWrapper
public interface SessionWrapper
- Author:
- Wolfgang Meier (wolfgang@exist-db.org)
getAttribute
Object getAttribute(String arg0)
getAttributeNames
Enumeration getAttributeNames()
getCreationTime
long getCreationTime()
getId
String getId()
getLastAccessedTime
long getLastAccessedTime()
getMaxInactiveInterval
int getMaxInactiveInterval()
invalidate
void invalidate()
isNew
boolean isNew()
removeAttribute
void removeAttribute(String arg0)
setAttribute
void setAttribute(String arg0,
Object arg1)
setMaxInactiveInterval
void setMaxInactiveInterval(int arg0)
Copyright (C) Wolfgang Meier. All rights reserved.