Package com.vaadin.hilla.route
Class ServerAndClientViewsProvider
java.lang.Object
com.vaadin.hilla.route.ServerAndClientViewsProvider
-
Constructor Summary
ConstructorsConstructorDescriptionServerAndClientViewsProvider
(DeploymentConfiguration deploymentConfiguration, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker, boolean exposeServerRoutesToClient) Creates a new listener instance with the given route registry. -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,
AvailableViewInfo> collectClientViews
(VaadinRequest request) protected Map<String,
AvailableViewInfo> collectServerViews
(boolean hasMainMenu) createFileRoutesJson
(VaadinRequest request)
-
Constructor Details
-
Method Details
-
createFileRoutesJson
public String createFileRoutesJson(VaadinRequest request) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
collectClientViews
-
collectServerViews
-