public class AttributeCallContextHandler extends Object implements CallContextHandler, Serializable
request.setAttribute(AttributeCallContextHandler.USERNAME_ATTRIBUTE, user);
| Modifier and Type | Field and Description |
|---|---|
static String |
USERNAME_ATTRIBUTE |
| Constructor and Description |
|---|
AttributeCallContextHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCallContextMap(javax.servlet.http.HttpServletRequest request)
Returns key-value pairs that will be added to the
CallContext. |
public static final String USERNAME_ATTRIBUTE
public Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
CallContextHandlerCallContext.getCallContextMap in interface CallContextHandlerCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.