public class UrlPathUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UrlPathUtil.HttpMethod |
Constructor and Description |
---|
UrlPathUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
cdsEvent2HttpMethod(String cdsEvent)
Maps a CDS event such as "READ" or "CREATE" to corresponding HTTP methods"GET" resp.
|
static String |
normalizeBasePath(String basePath)
Normalizes a base path of a servlet-based adapter
|
public static String cdsEvent2HttpMethod(String cdsEvent)
cdsEvent
- The CDS eventnull
if no matching HTTP event available.Copyright © 2021. All rights reserved.