public class VelocityWebContext.RequestParameterMap extends VelocityWebContext.StringEnumeratedMap<String>
| 构造器和说明 |
|---|
RequestParameterMap(javax.servlet.http.HttpServletRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getAttribute(String key) |
protected Enumeration<String> |
getAttributeNames() |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
String 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 RequestParameterMap(javax.servlet.http.HttpServletRequest request)
Copyright © 2020. All rights reserved.