Uses of Enum Class
com.vaadin.flow.server.HandlerHelper.RequestType
Packages that use HandlerHelper.RequestType
-
Uses of HandlerHelper.RequestType in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return HandlerHelper.RequestTypeModifier and TypeMethodDescriptionstatic HandlerHelper.RequestTypeReturns the enum constant of this class with the specified name.static HandlerHelper.RequestType[]HandlerHelper.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.server with parameters of type HandlerHelper.RequestTypeModifier and TypeMethodDescriptionstatic booleanHandlerHelper.isRequestType(VaadinRequest request, HandlerHelper.RequestType requestType) Returns whether the given request is of the given type.