public class VelocityWebContext.SessionAttributeMap extends VelocityWebContext.StringEnumeratedMap<Object>
| 构造器和说明 |
|---|
SessionAttributeMap(javax.servlet.http.HttpServletRequest request) |
SessionAttributeMap(javax.servlet.http.HttpSession session) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
getAttribute(String key) |
protected Enumeration<String> |
getAttributeNames() |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object value) |
clear, containsKey, containsValue, entrySet, get, getAsMap, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SessionAttributeMap(javax.servlet.http.HttpSession session)
public SessionAttributeMap(javax.servlet.http.HttpServletRequest request)
Copyright © 2020. All rights reserved.