|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.context.beanstore.ForwardingNamingScheme
public abstract class ForwardingNamingScheme
Constructor Summary | |
---|---|
ForwardingNamingScheme()
|
Method Summary | |
---|---|
boolean |
accept(String id)
Determine if this identifier has been prefixed |
protected abstract NamingScheme |
delegate()
|
Collection<String> |
deprefix(Collection<String> ids)
|
String |
deprefix(String id)
Remove the prefix from the id |
boolean |
equals(Object obj)
|
Collection<String> |
filterIds(Collection<String> ids)
Filter a collection of ids, retaining only those correctly prefixed. |
int |
hashCode()
|
Collection<String> |
prefix(Collection<String> ids)
|
String |
prefix(String id)
Add the prefix to the id |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForwardingNamingScheme()
Method Detail |
---|
protected abstract NamingScheme delegate()
public boolean accept(String id)
NamingScheme
accept
in interface NamingScheme
id
- the id to check
public String deprefix(String id)
NamingScheme
deprefix
in interface NamingScheme
id
- the prefixed id
public String prefix(String id)
NamingScheme
prefix
in interface NamingScheme
id
- the id to prefix
public Collection<String> filterIds(Collection<String> ids)
NamingScheme
filterIds
in interface NamingScheme
ids
- the collection of ides to filterpublic Collection<String> deprefix(Collection<String> ids)
deprefix
in interface NamingScheme
public Collection<String> prefix(Collection<String> ids)
prefix
in interface NamingScheme
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |