java.lang.Object
com.aoindustries.web.struts.FilteredHttpSession
- All Implemented Interfaces:
HttpSession
Filters setAttribute to make sure all session objects are precisely as
expected by
SessionResponseWrapper
to ensure proper conditional
use of jsessionid
.- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) long
getId()
long
int
Deprecated.Deprecated.String[]
Deprecated.void
boolean
isNew()
void
Deprecated.void
removeAttribute
(String name) void
removeValue
(String name) Deprecated.void
setAttribute
(String name, Object value) void
setMaxInactiveInterval
(int interval)
-
Constructor Details
-
FilteredHttpSession
-
-
Method Details
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTime
in interfaceHttpSession
-
getId
- Specified by:
getId
in interfaceHttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTime
in interfaceHttpSession
-
getServletContext
- Specified by:
getServletContext
in interfaceHttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval) - Specified by:
setMaxInactiveInterval
in interfaceHttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveInterval
in interfaceHttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContext
in interfaceHttpSession
-
getAttribute
- Specified by:
getAttribute
in interfaceHttpSession
-
getValue
Deprecated.- Specified by:
getValue
in interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceHttpSession
-
getValueNames
Deprecated.- Specified by:
getValueNames
in interfaceHttpSession
-
setAttribute
- Specified by:
setAttribute
in interfaceHttpSession
-
putValue
Deprecated.- Specified by:
putValue
in interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceHttpSession
-
removeValue
Deprecated.- Specified by:
removeValue
in interfaceHttpSession
-
invalidate
public void invalidate()- Specified by:
invalidate
in interfaceHttpSession
-
isNew
public boolean isNew()- Specified by:
isNew
in interfaceHttpSession
-