| Package | Description |
|---|---|
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
static HandlerHelper.RequestType |
HandlerHelper.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HandlerHelper.isRequestType(VaadinRequest request,
HandlerHelper.RequestType requestType)
Returns whether the given request is of the given type.
|
Copyright © 2025. All rights reserved.