|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.engine.servlet.HttpSessionWrapper
public class HttpSessionWrapper
Field Summary | |
---|---|
private javax.servlet.http.HttpSession |
session
|
Constructor Summary | |
---|---|
HttpSessionWrapper(javax.servlet.http.HttpSession session)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Object |
getAttribute(String arg0)
|
Enumeration |
getAttributeNames()
|
long |
getCreationTime()
|
String |
getId()
|
long |
getLastAccessedTime()
|
int |
getMaxInactiveInterval()
|
javax.servlet.ServletContext |
getServletContext()
|
javax.servlet.http.HttpSessionContext |
getSessionContext()
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. |
Object |
getValue(String arg0)
Deprecated. @see javax.servlet.http.HttpSession#getValue(String) |
String[] |
getValueNames()
Deprecated. @see javax.servlet.http.HttpSession#getValueNames(String) |
int |
hashCode()
|
void |
invalidate()
|
boolean |
isNew()
|
void |
putValue(String arg0,
Object arg1)
Deprecated. @see javax.servlet.http.HttpSession#putValue(String,Object) |
void |
removeAttribute(String arg0)
|
void |
removeValue(String arg0)
Deprecated. @see javax.servlet.http.HttpSession#removeValue(String) |
void |
setAttribute(String arg0,
Object arg1)
|
void |
setMaxInactiveInterval(int arg0)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private javax.servlet.http.HttpSession session
Constructor Detail |
---|
public HttpSessionWrapper(javax.servlet.http.HttpSession session)
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public Object getAttribute(String arg0)
getAttribute
in interface javax.servlet.http.HttpSession
arg0
-
public Enumeration getAttributeNames()
getAttributeNames
in interface javax.servlet.http.HttpSession
public long getCreationTime()
getCreationTime
in interface javax.servlet.http.HttpSession
public String getId()
getId
in interface javax.servlet.http.HttpSession
public long getLastAccessedTime()
getLastAccessedTime
in interface javax.servlet.http.HttpSession
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface javax.servlet.http.HttpSession
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface javax.servlet.http.HttpSession
public javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext
in interface javax.servlet.http.HttpSession
public Object getValue(String arg0)
getValue
in interface javax.servlet.http.HttpSession
arg0
-
public String[] getValueNames()
getValueNames
in interface javax.servlet.http.HttpSession
public int hashCode()
hashCode
in class Object
public void invalidate()
invalidate
in interface javax.servlet.http.HttpSession
public boolean isNew()
isNew
in interface javax.servlet.http.HttpSession
public void putValue(String arg0, Object arg1)
putValue
in interface javax.servlet.http.HttpSession
arg0
- arg1
- public void removeAttribute(String arg0)
removeAttribute
in interface javax.servlet.http.HttpSession
arg0
- public void removeValue(String arg0)
removeValue
in interface javax.servlet.http.HttpSession
arg0
- public void setAttribute(String arg0, Object arg1)
setAttribute
in interface javax.servlet.http.HttpSession
arg0
- arg1
- public void setMaxInactiveInterval(int arg0)
setMaxInactiveInterval
in interface javax.servlet.http.HttpSession
arg0
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |