Class SimpleNamingScheme

java.lang.Object
org.jboss.weld.contexts.beanstore.AbstractNamingScheme
org.jboss.weld.contexts.beanstore.SimpleNamingScheme
All Implemented Interfaces:
NamingScheme

public class SimpleNamingScheme extends AbstractNamingScheme
A utility which can prefix/de-prefix a String based identifier
Author:
Nicklas Karlsson
  • Constructor Details

    • SimpleNamingScheme

      public SimpleNamingScheme(String prefix)
      Create a new Prefixer.
      Parameters:
      prefix - The prefix
      delimiter - The delimiter to use between the prefix and the identifier.
  • Method Details