public static final class WebClientSession.RequestType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static WebClientSession.RequestType |
ASYNC |
static WebClientSession.RequestType |
HIGHASYNC |
static WebClientSession.RequestType |
NORENDER |
static WebClientSession.RequestType |
SYNC |
Modifier and Type | Method and Description |
---|---|
static WebClientSession.RequestType |
valueFor(java.lang.String type) |
static WebClientSession.RequestType |
valueOf(java.lang.String name) |
static WebClientSession.RequestType[] |
values() |
public static final WebClientSession.RequestType SYNC
public static final WebClientSession.RequestType ASYNC
public static final WebClientSession.RequestType HIGHASYNC
public static final WebClientSession.RequestType NORENDER
public static WebClientSession.RequestType[] values()
public static WebClientSession.RequestType valueOf(java.lang.String name)
public static WebClientSession.RequestType valueFor(java.lang.String type)