Package | Description |
---|---|
fr.gouv.vitam.common.server.application |
Contains generic VitamApplication interface and an abstract implementation to be used as a base for every module
specific web application.
|
Modifier and Type | Method and Description |
---|---|
static VitamHttpHeader |
VitamHttpHeader.get(String headerName)
Get VitamHttpHeader from name
|
static VitamHttpHeader |
VitamHttpHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitamHttpHeader[] |
VitamHttpHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
HttpHeaderHelper.getHeaderValues(javax.ws.rs.core.HttpHeaders headers,
VitamHttpHeader name)
Get header values from
HttpHeaders for VitamHttpHeader |
static boolean |
HttpHeaderHelper.hasValuesFor(javax.ws.rs.core.HttpHeaders headers,
VitamHttpHeader vitamHeader)
Check if headers are declared
|
Copyright © 2018 Vitam. All rights reserved.