public class ExecutionContextUserSupport extends Object
ExecutionContext and generating keys for
ExecutionContext based on the name.| Constructor and Description |
|---|
ExecutionContextUserSupport() |
ExecutionContextUserSupport(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey(String s)
Prefix the argument with
getName() to create a unique key that can be safely used to identify data
stored in ExecutionContext. |
protected String |
getName() |
void |
setName(String name) |
public ExecutionContextUserSupport()
public ExecutionContextUserSupport(String name)
protected String getName()
public void setName(String name)
name - unique name used to create execution context keys.public String getKey(String s)
getName() to create a unique key that can be safely used to identify data
stored in ExecutionContext.Copyright © 2021 Pivotal. All rights reserved.