Class SimpleBeanIdentifierIndexNamingScheme
java.lang.Object
org.jboss.weld.contexts.beanstore.AbstractNamingScheme
org.jboss.weld.contexts.beanstore.BeanIdentifierIndexNamingScheme
org.jboss.weld.contexts.beanstore.SimpleBeanIdentifierIndexNamingScheme
- All Implemented Interfaces:
NamingScheme
A simple naming scheme (with a solid prefix) which makes use of
BeanIdentifierIndex if possible.- Author:
- Martin Kouba
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleBeanIdentifierIndexNamingScheme(String prefix, BeanIdentifierIndex index) -
Method Summary
Methods inherited from class org.jboss.weld.contexts.beanstore.BeanIdentifierIndexNamingScheme
deprefix, prefixMethods inherited from class org.jboss.weld.contexts.beanstore.AbstractNamingScheme
accept, deprefix, filterIds, getDelimiter, prefix
-
Constructor Details
-
SimpleBeanIdentifierIndexNamingScheme
- Parameters:
prefix-delimiter-
-
-
Method Details
-
getPrefix
- Specified by:
getPrefixin classAbstractNamingScheme
-