public String put(String key, String value) { return headers.put(key, value); }
public void setAttribute(String attributeName, Object attributeValue) { Dictionary<String, Object> attributes = proxyContext.getContextAttributes(httpContext); attributes.put(attributeName, attributeValue); }