public class CdsODataV2ServletFactory extends Object implements ServletAdapterFactory, CdsRuntimeAware
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOCOL_KEY |
| Constructor and Description |
|---|
CdsODataV2ServletFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Servlet |
create() |
String |
getBasePath() |
String[] |
getMappings() |
UrlResourcePath |
getServletPath() |
boolean |
isEnabled() |
void |
setCdsRuntime(CdsRuntime runtime) |
public static final String PROTOCOL_KEY
public void setCdsRuntime(CdsRuntime runtime)
setCdsRuntime in interface CdsRuntimeAwarepublic boolean isEnabled()
isEnabled in interface AdapterFactorypublic javax.servlet.Servlet create()
create in interface AdapterFactorycreate in interface ServletAdapterFactorypublic String getBasePath()
getBasePath in interface ServletAdapterFactorypublic String[] getMappings()
getMappings in interface ServletAdapterFactorypublic UrlResourcePath getServletPath()
getServletPath in interface ServletAdapterFactoryCopyright © 2021. All rights reserved.