public class ConversationNamingScheme extends AbstractNamingScheme
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) |
Modifier and Type | Method and Description |
---|---|
protected String |
getPrefix() |
void |
setCid(String cid) |
accept, deprefix, deprefix, filterIds, getDelimiter, prefix, prefix
public static final String PARAMETER_NAME
public void setCid(String cid)
protected String getPrefix()
getPrefix
in class AbstractNamingScheme
Copyright © 2014 Seam Framework. All rights reserved.