HomePageResolverService
This service simply provides access to the home page object (if any) annotated with HomePage .
Implementation
The default implementation is provided by o.a.c.core.runtimeservices.homepage.HomePageResolverServiceDefault
.
Notes
This service was originally introduced to support the default implementation of RoutingService, but was factored out to support alternative implementations of that service (and may be useful for other use cases).