Uses of Class
com.broadleafcommerce.metadata.route.builder.RouteSpec
Packages that use RouteSpec
-
Uses of RouteSpec in com.broadleafcommerce.metadata.route.builder
Subclasses of RouteSpec in com.broadleafcommerce.metadata.route.builderModifier and TypeClassDescriptionstatic class
A specification extension forRouteSpec
that provides an entry-point to chain together predicates through methodsRouteSpec.RouteBooleanSpec.and()
,RouteSpec.RouteBooleanSpec.or()
, andRouteSpec.RouteBooleanSpec.negate()
.static class
A specification extension forRouteSpec
that is returned byRouteSpec.RouteBooleanSpec
as a way of completing a predicate chain.Methods in com.broadleafcommerce.metadata.route.builder that return RouteSpecModifier and TypeMethodDescriptionRouteSpec.clearScopes()
Clears the scopes for the route.RouteSpec.componentId
(String componentId) Sets the component ID of the route.RouteSpec.componentName
(String componentName) Sets the component name of the route.RouteSpec.exact
(boolean exact) Sets whether or not the route must match exactly.RouteSpec.order
(int order) Sets the absolute ordering of the route.Sets the path of the route.Adds the scope to the route.Sets the scopes for the route.Method parameters in com.broadleafcommerce.metadata.route.builder with type arguments of type RouteSpecModifier and TypeMethodDescriptionAdds a newRouteSpec
with the provided path and configured by the provided function.Adds a newRouteSpec
with the provided path and configured by the provided function.Adds a newRouteSpec
configured by the provided function.Adds a newRouteSpec
configured by the provided function.