org.exist.http.servlets
Class HttpSessionWrapper
java.lang.Object
org.exist.http.servlets.HttpSessionWrapper
- All Implemented Interfaces:
- SessionWrapper
- public class HttpSessionWrapper
- extends java.lang.Object
- implements SessionWrapper
- Author:
- Wolfgang Meier (wolfgang@exist-db.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSessionWrapper
public HttpSessionWrapper(HttpSession session)
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0)
- Specified by:
getAttribute in interface SessionWrapper
- Parameters:
arg0 -
- Returns:
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames in interface SessionWrapper
- Returns:
getCreationTime
public long getCreationTime()
- Specified by:
getCreationTime in interface SessionWrapper
- Returns:
getId
public java.lang.String getId()
- Specified by:
getId in interface SessionWrapper
- Returns:
getLastAccessedTime
public long getLastAccessedTime()
- Specified by:
getLastAccessedTime in interface SessionWrapper
- Returns:
getMaxInactiveInterval
public int getMaxInactiveInterval()
- Specified by:
getMaxInactiveInterval in interface SessionWrapper
- Returns:
invalidate
public void invalidate()
- Specified by:
invalidate in interface SessionWrapper
isNew
public boolean isNew()
- Specified by:
isNew in interface SessionWrapper
- Returns:
removeAttribute
public void removeAttribute(java.lang.String arg0)
- Specified by:
removeAttribute in interface SessionWrapper
- Parameters:
arg0 -
setAttribute
public void setAttribute(java.lang.String arg0,
java.lang.Object arg1)
- Specified by:
setAttribute in interface SessionWrapper
- Parameters:
arg0 - arg1 -
setMaxInactiveInterval
public void setMaxInactiveInterval(int arg0)
- Specified by:
setMaxInactiveInterval in interface SessionWrapper
- Parameters:
arg0 -
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.