org.jboss.weld.context.beanstore
Class SimpleNamingScheme
java.lang.Object
org.jboss.weld.context.beanstore.AbstractNamingScheme
org.jboss.weld.context.beanstore.SimpleNamingScheme
- All Implemented Interfaces:
- NamingScheme
public class SimpleNamingScheme
- extends AbstractNamingScheme
- implements NamingScheme
A utility which can prefix/de-prefix a String based identifier
- Author:
- Nicklas Karlsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleNamingScheme
public SimpleNamingScheme(String prefix)
- Create a new Prefixer.
- Parameters:
prefix
- The prefixdelimiter
- The delimiter to use between the prefix and the
identifier.
getPrefix
protected String getPrefix()
- Specified by:
getPrefix
in class AbstractNamingScheme
Copyright © 2013 Seam Framework. All Rights Reserved.