コード例 #1
0
 public String put(String key, String value) {
   return headers.put(key, value);
 }
コード例 #2
0
 public void setAttribute(String attributeName, Object attributeValue) {
   Dictionary<String, Object> attributes = proxyContext.getContextAttributes(httpContext);
   attributes.put(attributeName, attributeValue);
 }