Package com.vaadin.hilla.startup
Class RouteUnifyingServiceInitListener
java.lang.Object
com.vaadin.hilla.startup.RouteUnifyingServiceInitListener
- All Implemented Interfaces:
VaadinServiceInitListener,Serializable,EventListener
@Component
public class RouteUnifyingServiceInitListener
extends Object
implements VaadinServiceInitListener
Service init listener to add the
RouteUnifyingIndexHtmlRequestListener to the service.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRouteUnifyingServiceInitListener(RouteUtil routeUtil, RouteUnifyingConfigurationProperties routeUnifyingConfigurationProperties, NavigationAccessControl accessControl) Creates a new instance of the listener. -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(ServiceInitEvent event) Run when aVaadinServiceinstance is initialized.
-
Constructor Details
-
Method Details
-
serviceInit
Description copied from interface:VaadinServiceInitListenerRun when aVaadinServiceinstance is initialized.- Specified by:
serviceInitin interfaceVaadinServiceInitListener- Parameters:
event- the service initialization event
-