public interface NamingScheme
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String id)
Determine if this identifier has been prefixed
|
Collection<String> |
deprefix(Collection<String> ids) |
String |
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.
|
Collection<String> |
prefix(Collection<String> ids) |
String |
prefix(String id)
Add the prefix to the id
|
boolean accept(String id)
id
- the id to checkString deprefix(String id)
id
- the prefixed idString prefix(String id)
id
- the id to prefixCollection<String> filterIds(Collection<String> ids)
ids
- the collection of ides to filterCollection<String> deprefix(Collection<String> ids)
Collection<String> prefix(Collection<String> ids)
Copyright © 2013 Seam Framework. All Rights Reserved.