| Package | Description |
|---|---|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.parser.search |
| Modifier and Type | Method and Description |
|---|---|
static ODataServerError |
ODataExceptionHelper.createServerErrorObject(UriParserSyntaxException e,
Locale requestedLocale) |
| Modifier and Type | Method and Description |
|---|---|
static String |
UriDecoder.decode(String encoded) |
protected static List<QueryOption> |
UriDecoder.splitAndDecodeOptions(String queryOptionString)
Splits the query-option string at '&' characters, the resulting parts at '=' characters,
and separately percent-decodes names and values of the resulting name-value pairs.
|
protected static List<String> |
UriDecoder.splitAndDecodePath(String path)
Splits the path string at '/' characters and percent-decodes the resulting path segments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchParserException |
class |
SearchTokenizerException |
Copyright © 2023. All rights reserved.