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