Uses of Class
com.vaadin.flow.server.HandlerHelper.RequestType
-
Packages that use HandlerHelper.RequestType Package Description com.vaadin.flow.server -
-
Uses of HandlerHelper.RequestType in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return HandlerHelper.RequestType Modifier and Type Method Description static HandlerHelper.RequestTypeHandlerHelper.RequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static HandlerHelper.RequestType[]HandlerHelper.RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.server with parameters of type HandlerHelper.RequestType Modifier and Type Method Description static booleanHandlerHelper. isRequestType(VaadinRequest request, HandlerHelper.RequestType requestType)Returns whether the given request is of the given type.
-