| Package | Description |
|---|---|
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
static ServletHelper.RequestType |
ServletHelper.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServletHelper.RequestType[] |
ServletHelper.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 |
ServletHelper.isRequestType(VaadinRequest request,
ServletHelper.RequestType requestType)
Returns whether the given request is of the given type.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.