Class AbstractHttpSession
- java.lang.Object
-
- org.wildfly.clustering.tomcat.catalina.AbstractHttpSession
-
- All Implemented Interfaces:
javax.servlet.http.HttpSession
- Direct Known Subclasses:
HttpSessionAdapter
public abstract class AbstractHttpSession extends Object implements javax.servlet.http.HttpSession
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description AbstractHttpSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object object)javax.servlet.http.HttpSessionContextgetSessionContext()Deprecated.ObjectgetValue(String name)Deprecated.String[]getValueNames()Deprecated.inthashCode()voidputValue(String name, Object value)Deprecated.voidremoveValue(String name)Deprecated.StringtoString()
-
-
-
Method Detail
-
getValueNames
@Deprecated public String[] getValueNames()
Deprecated.- Specified by:
getValueNamesin interfacejavax.servlet.http.HttpSession
-
getValue
@Deprecated public Object getValue(String name)
Deprecated.- Specified by:
getValuein interfacejavax.servlet.http.HttpSession
-
putValue
@Deprecated public void putValue(String name, Object value)
Deprecated.- Specified by:
putValuein interfacejavax.servlet.http.HttpSession
-
removeValue
@Deprecated public void removeValue(String name)
Deprecated.- Specified by:
removeValuein interfacejavax.servlet.http.HttpSession
-
getSessionContext
@Deprecated public javax.servlet.http.HttpSessionContext getSessionContext()
Deprecated.- Specified by:
getSessionContextin interfacejavax.servlet.http.HttpSession
-
-