Package | Description |
---|---|
psdi.webclient.system.session |
Modifier and Type | Method and Description |
---|---|
WebClientSession.RequestType |
WebClientSession.getRequestType()
Returns the current request type
|
static WebClientSession.RequestType |
WebClientSession.getRequestType(javax.servlet.http.HttpServletRequest request)
Returns the request type from the ServletRequest
|
static WebClientSession.RequestType |
WebClientSession.RequestType.valueFor(java.lang.String type) |
static WebClientSession.RequestType |
WebClientSession.RequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebClientSession.RequestType[] |
WebClientSession.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|