public static class JFinalView.InnerSession extends HashMap<Object,Object> implements javax.servlet.http.HttpSession
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
InnerSession(javax.servlet.http.HttpSession session) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(Object name)
覆盖 HashMap 的 get
|
Object |
getAttribute(String key) |
Enumeration |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext() |
Object |
getValue(String key) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isNew() |
Object |
put(Object name,
Object value)
覆盖 HashMap 的 put
|
void |
putValue(String key,
Object value) |
void |
removeAttribute(String key) |
void |
removeValue(String key) |
void |
setAttribute(String key,
Object value) |
void |
setMaxInactiveInterval(int maxInactiveInterval) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic Object getAttribute(String key)
getAttribute 在接口中 javax.servlet.http.HttpSessionpublic Enumeration getAttributeNames()
getAttributeNames 在接口中 javax.servlet.http.HttpSessionpublic long getCreationTime()
getCreationTime 在接口中 javax.servlet.http.HttpSessionpublic String getId()
getId 在接口中 javax.servlet.http.HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime 在接口中 javax.servlet.http.HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval 在接口中 javax.servlet.http.HttpSessionpublic javax.servlet.ServletContext getServletContext()
getServletContext 在接口中 javax.servlet.http.HttpSessionpublic javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext 在接口中 javax.servlet.http.HttpSessionpublic String[] getValueNames()
getValueNames 在接口中 javax.servlet.http.HttpSessionpublic void invalidate()
invalidate 在接口中 javax.servlet.http.HttpSessionpublic boolean isNew()
isNew 在接口中 javax.servlet.http.HttpSessionpublic void putValue(String key, Object value)
putValue 在接口中 javax.servlet.http.HttpSessionpublic void removeAttribute(String key)
removeAttribute 在接口中 javax.servlet.http.HttpSessionpublic void removeValue(String key)
removeValue 在接口中 javax.servlet.http.HttpSessionpublic void setAttribute(String key, Object value)
setAttribute 在接口中 javax.servlet.http.HttpSessionpublic void setMaxInactiveInterval(int maxInactiveInterval)
setMaxInactiveInterval 在接口中 javax.servlet.http.HttpSessionpublic String toString()
toString 在类中 AbstractMap<Object,Object>Copyright © 2024. All rights reserved.