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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) longgetId()longintDeprecated.Deprecated.String[]Deprecated.voidbooleanisNew()voidDeprecated.voidremoveAttribute(String name) voidremoveValue(String name) Deprecated.voidsetAttribute(String name, Object value) voidsetMaxInactiveInterval(int interval)
-
Constructor Details
-
FilteredHttpSession
-
-
Method Details
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfaceHttpSession
-
getId
- Specified by:
getIdin interfaceHttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfaceHttpSession
-
getServletContext
- Specified by:
getServletContextin interfaceHttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int interval) - Specified by:
setMaxInactiveIntervalin interfaceHttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfaceHttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContextin interfaceHttpSession
-
getAttribute
- Specified by:
getAttributein interfaceHttpSession
-
getValue
Deprecated.- Specified by:
getValuein interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceHttpSession
-
getValueNames
Deprecated.- Specified by:
getValueNamesin interfaceHttpSession
-
setAttribute
- Specified by:
setAttributein interfaceHttpSession
-
putValue
Deprecated.- Specified by:
putValuein interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttributein interfaceHttpSession
-
removeValue
Deprecated.- Specified by:
removeValuein interfaceHttpSession
-
invalidate
public void invalidate()- Specified by:
invalidatein interfaceHttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceHttpSession
-
