Package | Description |
---|---|
info.aduna.webapp.util |
Modifier and Type | Method and Description |
---|---|
static HeaderElement |
HttpServerUtil.matchAcceptHeader(String mimeTypeSpec,
List<HeaderElement> acceptElements)
Tries to match the specified MIME type spec against the list of Accept
header elements, returning the applicable header element if available.
|
static HeaderElement |
HeaderElement.parse(String encodedValue) |
Modifier and Type | Method and Description |
---|---|
static List<HeaderElement> |
HttpServerUtil.getHeaderElements(javax.servlet.http.HttpServletRequest request,
String headerName)
Gets the elements of the request header with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static HeaderElement |
HttpServerUtil.matchAcceptHeader(String mimeTypeSpec,
List<HeaderElement> acceptElements)
Tries to match the specified MIME type spec against the list of Accept
header elements, returning the applicable header element if available.
|
Copyright © 2001–2016 Aduna. All rights reserved.