public class ImmutableFilteringHttpSession extends Object implements FilteringHttpSession
ImmutableSession to the HttpSession interface.| Constructor and Description |
|---|
ImmutableFilteringHttpSession(ImmutableSession session,
javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
<T> Map<String,T> |
getAttributes(Class<T> targetClass)
Returns the session attributes that are instances of the specified class.
|
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext()
Deprecated.
|
Object |
getValue(String name)
Deprecated.
|
String[] |
getValueNames()
Deprecated.
|
void |
invalidate() |
boolean |
isNew() |
void |
putValue(String name,
Object value)
Deprecated.
|
void |
removeAttribute(String name) |
void |
removeValue(String name)
Deprecated.
|
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int interval) |
public ImmutableFilteringHttpSession(ImmutableSession session, javax.servlet.ServletContext context)
public <T> Map<String,T> getAttributes(Class<T> targetClass)
FilteringHttpSessiongetAttributes in interface FilteringHttpSessionpublic long getCreationTime()
getCreationTime in interface javax.servlet.http.HttpSessionpublic String getId()
getId in interface javax.servlet.http.HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime in interface javax.servlet.http.HttpSessionpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface javax.servlet.http.HttpSessionpublic void setMaxInactiveInterval(int interval)
setMaxInactiveInterval in interface javax.servlet.http.HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface javax.servlet.http.HttpSessionpublic Object getAttribute(String name)
getAttribute in interface javax.servlet.http.HttpSessionpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.servlet.http.HttpSessionpublic void setAttribute(String name, Object value)
setAttribute in interface javax.servlet.http.HttpSessionpublic void removeAttribute(String name)
removeAttribute in interface javax.servlet.http.HttpSessionpublic void invalidate()
invalidate in interface javax.servlet.http.HttpSessionpublic boolean isNew()
isNew in interface javax.servlet.http.HttpSession@Deprecated public String[] getValueNames()
getValueNames in interface javax.servlet.http.HttpSession@Deprecated public Object getValue(String name)
getValue in interface javax.servlet.http.HttpSession@Deprecated public void putValue(String name, Object value)
putValue in interface javax.servlet.http.HttpSession@Deprecated public void removeValue(String name)
removeValue in interface javax.servlet.http.HttpSession@Deprecated public javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext in interface javax.servlet.http.HttpSessionCopyright © 2020 JBoss by Red Hat. All rights reserved.