Serialized Form
-
Package com.vaadin.hilla
-
Exception com.vaadin.hilla.EndpointInvocationException
class EndpointInvocationException extends Exception implements Serializable -
Exception com.vaadin.hilla.EndpointInvocationException.EndpointAccessDeniedException
class EndpointAccessDeniedException extends EndpointInvocationException implements Serializable -
Exception com.vaadin.hilla.EndpointInvocationException.EndpointBadRequestException
class EndpointBadRequestException extends EndpointInvocationException implements Serializable -
Exception com.vaadin.hilla.EndpointInvocationException.EndpointInternalException
class EndpointInternalException extends EndpointInvocationException implements Serializable -
Exception com.vaadin.hilla.EndpointInvocationException.EndpointNotFoundException
class EndpointNotFoundException extends EndpointInvocationException implements Serializable -
Class com.vaadin.hilla.EndpointUtil
class EndpointUtil extends Object implements Serializable-
Serialized Fields
-
accessChecker
EndpointAccessChecker accessChecker
-
endpointProperties
EndpointProperties endpointProperties
-
registry
EndpointRegistry registry
-
-
-
-
Package com.vaadin.hilla.auth
-
Class com.vaadin.hilla.auth.CsrfIndexHtmlRequestListener
class CsrfIndexHtmlRequestListener extends Object implements Serializable
-
-
Package com.vaadin.hilla.crud
-
Class com.vaadin.hilla.crud.PropertyStringFilterSpecification
class PropertyStringFilterSpecification extends Object implements Serializable-
Serialized Fields
-
filter
PropertyStringFilter filter
-
javaType
Class<?> javaType
-
-
-
-
Package com.vaadin.hilla.exception
-
Exception com.vaadin.hilla.exception.EndpointException
class EndpointException extends RuntimeException implements Serializable -
Exception com.vaadin.hilla.exception.EndpointValidationException
class EndpointValidationException extends EndpointException implements Serializable
-
-
Package com.vaadin.hilla.route
-
Class com.vaadin.hilla.route.ClientRouteRegistry
class ClientRouteRegistry extends Object implements Serializable-
Serialized Fields
-
hasMainLayout
boolean hasMainLayout
-
lastUpdated
LocalDateTime lastUpdated
-
mapper
com.fasterxml.jackson.databind.ObjectMapper mapper
-
registeredRoutes
Map<String,
ClientViewConfig> registeredRoutes A map of registered routes and their corresponding client view configurations with ordered insertion.
-
-
-
Class com.vaadin.hilla.route.RouteUnifyingIndexHtmlRequestListener
class RouteUnifyingIndexHtmlRequestListener extends Object implements Serializable-
Serialized Fields
-
accessControl
com.vaadin.flow.server.auth.NavigationAccessControl accessControl
-
clientRouteRegistry
ClientRouteRegistry clientRouteRegistry
-
deploymentConfiguration
com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration
-
exposeServerRoutesToClient
boolean exposeServerRoutesToClient
-
mapper
com.fasterxml.jackson.databind.ObjectMapper mapper
-
routeUtil
RouteUtil routeUtil
-
viewAccessChecker
com.vaadin.flow.server.auth.ViewAccessChecker viewAccessChecker
-
-
-
-
Package com.vaadin.hilla.startup
-
Class com.vaadin.hilla.startup.CsrfServiceInitListener
class CsrfServiceInitListener extends Object implements Serializable -
Class com.vaadin.hilla.startup.EndpointRegistryInitializer
class EndpointRegistryInitializer extends Object implements Serializable-
Serialized Fields
-
endpointController
EndpointController endpointController
-
-
-
Class com.vaadin.hilla.startup.EndpointsValidator
class EndpointsValidator extends Object implements Serializable-
Serialized Fields
-
classToCheck
String classToCheck
-
-
-
Class com.vaadin.hilla.startup.RouteUnifyingServiceInitListener
class RouteUnifyingServiceInitListener extends Object implements Serializable-
Serialized Fields
-
accessControl
com.vaadin.flow.server.auth.NavigationAccessControl accessControl
-
clientRouteRegistry
ClientRouteRegistry clientRouteRegistry
-
routeUnifyingConfigurationProperties
RouteUnifyingConfigurationProperties routeUnifyingConfigurationProperties
-
routeUtil
RouteUtil routeUtil
-
viewAccessChecker
com.vaadin.flow.server.auth.ViewAccessChecker viewAccessChecker
-
-
-