public class VelocityWebContext.RequestParameterValuesMap extends VelocityWebContext.StringEnumeratedMap<String[]>
| 构造器和说明 |
|---|
RequestParameterValuesMap(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 RequestParameterValuesMap(javax.servlet.http.HttpServletRequest request)
protected Enumeration<String> getAttributeNames()
protected String[] getAttribute(String key)
getAttribute 在类中 VelocityWebContext.StringEnumeratedMap<String[]>protected void setAttribute(String key, String[] value)
setAttribute 在类中 VelocityWebContext.StringEnumeratedMap<String[]>protected void removeAttribute(String key)
Copyright © 2020. All rights reserved.