public class HttpServletConfigurationRequestContext extends HttpServletRequestContext implements NiFiWebConfigurationRequestContext
| Modifier and Type | Field and Description |
|---|---|
private static String |
CLIENT_ID_PARAM |
private static String |
DISCONNECTION_ACKNOWLEDGED_PARAM |
private static String |
ID_PARAM |
private javax.servlet.http.HttpServletRequest |
request |
private static String |
REVISION_PARAM |
| Constructor and Description |
|---|
HttpServletConfigurationRequestContext(UiExtensionType extensionType,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Revision |
getRevision() |
boolean |
isDisconnectionAcknowledged() |
getExtensionType, getId, getProxiedEntitiesChain, getSchemeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensionType, getId, getProxiedEntitiesChain, getSchemeprivate static final String ID_PARAM
private static final String CLIENT_ID_PARAM
private static final String REVISION_PARAM
private static final String DISCONNECTION_ACKNOWLEDGED_PARAM
private final javax.servlet.http.HttpServletRequest request
public HttpServletConfigurationRequestContext(UiExtensionType extensionType, javax.servlet.http.HttpServletRequest request)
public Revision getRevision()
getRevision in interface NiFiWebConfigurationRequestContextpublic boolean isDisconnectionAcknowledged()
isDisconnectionAcknowledged in interface NiFiWebConfigurationRequestContextCopyright © 2024 Apache NiFi Project. All rights reserved.