|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocatorProvider<E>
An interface providing a way to obtain a set of search methods.
Coding example:
Locator loc = provider.getLocator();
if (loc instanceof MyLocator) {
String result = ((MyLocator) loc).myMethodCall();
...
} else {
String result = loc.findByUniqueName("myUniqueName");
...
}
Locator| Method Summary | |
|---|---|
Locator<E> |
getLocator()
Returns an interface that allows locating specific resources in a model. |
| Method Detail |
|---|
Locator<E> getLocator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||