public interface NamingScheme
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String id)
Determine if this identifier has been prefixed
|
Collection<BeanIdentifier> |
deprefix(Collection<String> ids) |
BeanIdentifier |
deprefix(String id)
Remove the prefix from the id
|
Collection<String> |
filterIds(Collection<String> ids)
Filter a collection of ids, retaining only those correctly prefixed.
|
String |
prefix(BeanIdentifier id)
Add the prefix to the id
|
Collection<String> |
prefix(Collection<BeanIdentifier> ids) |
boolean accept(String id)
id - the id to checkBeanIdentifier deprefix(String id)
id - the prefixed idString prefix(BeanIdentifier id)
id - the id to prefixCollection<String> filterIds(Collection<String> ids)
ids - the collection of ides to filterCollection<BeanIdentifier> deprefix(Collection<String> ids)
Collection<String> prefix(Collection<BeanIdentifier> ids)
Copyright © 2013 Seam Framework. All Rights Reserved.