Class BeanIdentifierIndexNamingScheme
java.lang.Object
org.jboss.weld.contexts.beanstore.AbstractNamingScheme
org.jboss.weld.contexts.beanstore.BeanIdentifierIndexNamingScheme
- All Implemented Interfaces:
NamingScheme
- Direct Known Subclasses:
ConversationNamingScheme,SimpleBeanIdentifierIndexNamingScheme
An abstract naming scheme which makes use of
BeanIdentifierIndex if possible.- Author:
- Martin Kouba
-
Constructor Summary
ConstructorsConstructorDescriptionBeanIdentifierIndexNamingScheme(String delimiter, BeanIdentifierIndex index) -
Method Summary
Methods inherited from class org.jboss.weld.contexts.beanstore.AbstractNamingScheme
accept, deprefix, filterIds, getDelimiter, getPrefix, prefix
-
Constructor Details
-
BeanIdentifierIndexNamingScheme
-
-
Method Details
-
deprefix
Description copied from interface:NamingSchemeRemove the prefix from the id- Specified by:
deprefixin interfaceNamingScheme- Overrides:
deprefixin classAbstractNamingScheme- Parameters:
id- the prefixed id- Returns:
- the id without the prefix
-
prefix
Description copied from interface:NamingSchemeAdd the prefix to the id- Specified by:
prefixin interfaceNamingScheme- Overrides:
prefixin classAbstractNamingScheme- Parameters:
id- the id to prefix- Returns:
- the prefixed id
-