public class ConversationNamingScheme extends BeanIdentifierIndexNamingScheme
A naming scheme which can have it's cid swapped out.
This naming scheme is not thread safe
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_NAME |
Constructor and Description |
---|
ConversationNamingScheme(String prefixBase,
String cid,
BeanIdentifierIndex index) |
Modifier and Type | Method and Description |
---|---|
protected String |
getPrefix() |
void |
setCid(String cid) |
deprefix, prefix
accept, deprefix, filterIds, getDelimiter, prefix
public static final String PARAMETER_NAME
public ConversationNamingScheme(String prefixBase, String cid, BeanIdentifierIndex index)
public void setCid(String cid)
protected String getPrefix()
getPrefix
in class AbstractNamingScheme
Copyright © 2015. All Rights Reserved.