public class HttpServletRequestContext extends Object implements NiFiWebRequestContext
| Modifier and Type | Field and Description |
|---|---|
private UiExtensionType |
extensionType |
private static String |
ID_PARAM |
private javax.servlet.http.HttpServletRequest |
request |
| Constructor and Description |
|---|
HttpServletRequestContext(UiExtensionType extensionType,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
UiExtensionType |
getExtensionType() |
String |
getId() |
String |
getProxiedEntitiesChain() |
String |
getScheme() |
private static final String ID_PARAM
private final UiExtensionType extensionType
private final javax.servlet.http.HttpServletRequest request
public HttpServletRequestContext(UiExtensionType extensionType, javax.servlet.http.HttpServletRequest request)
public UiExtensionType getExtensionType()
getExtensionType in interface NiFiWebRequestContextpublic String getProxiedEntitiesChain()
getProxiedEntitiesChain in interface NiFiWebRequestContextpublic String getScheme()
getScheme in interface NiFiWebRequestContextpublic String getId()
getId in interface NiFiWebRequestContextCopyright © 2024 Apache NiFi Project. All rights reserved.