Class RelativeRouteInfo
- java.lang.Object
-
- org.teamapps.ux.session.navigation.RelativeRouteInfo
-
public class RelativeRouteInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelativeRouteInfo(Route route, boolean pathChangeWorthStatePush, java.util.Set<java.lang.String> queryParamNamesWorthStatePush)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getQueryParamNamesWorthStatePush()RoutegetRoute()booleanisPathChangeWorthStatePush()
-
-
-
Constructor Detail
-
RelativeRouteInfo
public RelativeRouteInfo(Route route, boolean pathChangeWorthStatePush, java.util.Set<java.lang.String> queryParamNamesWorthStatePush)
-
-
Method Detail
-
getRoute
public Route getRoute()
-
isPathChangeWorthStatePush
public boolean isPathChangeWorthStatePush()
-
getQueryParamNamesWorthStatePush
public java.util.Set<java.lang.String> getQueryParamNamesWorthStatePush()
-
-