Interface ActionURLBuilder.NavigationStep
- All Known Subinterfaces:
ActionURLBuilder.AfterActionNameStep
,ActionURLBuilder.AfterBackURLStep
,ActionURLBuilder.AfterCMDStep
,ActionURLBuilder.AfterKeywordsStep
,ActionURLBuilder.AfterMVCPathStep
,ActionURLBuilder.AfterRedirectStep
- All Known Implementing Classes:
ActionURLBuilder.ActionURLStep
- Enclosing class:
- ActionURLBuilder
public static interface ActionURLBuilder.NavigationStep
-
Method Summary
Modifier and TypeMethodDescriptionsetNavigation
(ActionURLBuilder.UnsafeSupplier<Object, Exception> valueUnsafeSupplier) setNavigation
(String value)
-
Method Details