HomePageResolverServiceDefault

Default implementation of HomePageResolverService , which uses the view model annotated with HomePage as the home page.

If there is more than one such view model so annotated, then the one chosen is not defined (in effect, can be considered is randomly chosen).

API

HomePageResolverServiceDefault.java
class HomePageResolverServiceDefault {
  HomePageResolverServiceDefault(FactoryService factoryService, CausewayBeanTypeRegistry causewayBeanTypeRegistry)
  void init()
  Object getHomePage()
}