Interface RestNavigationService
-
- All Superinterfaces:
NavigationService
- All Known Implementing Classes:
DefaultRestNavigationService
public interface RestNavigationService extends NavigationService
Extends theNavigationService
to returnRestNavigation
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestNavigation
createNavigation()
-
-
-
Field Detail
-
BASE_PATH
static final String BASE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNavigation
RestNavigation createNavigation()
- Specified by:
createNavigation
in interfaceNavigationService
-
-