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()longintvoidbooleanisNew()voidremoveAttribute(String name) 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
-
getAttribute
- Specified by:
getAttributein interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceHttpSession
-
setAttribute
- Specified by:
setAttributein interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttributein interfaceHttpSession
-
invalidate
public void invalidate()- Specified by:
invalidatein interfaceHttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfaceHttpSession
-
