@Contract
public interface WebContainerFeatureFactory
Modifier and Type | Method and Description |
---|---|
String |
getDefaultAccessLogDateStampPattern()
Gets the default datestamp pattern to be applied to access log files.
|
String |
getDefaultAccessLogPrefix()
Gets the default access log file prefix.
|
String |
getDefaultAccessLogSuffix()
Gets the default access log file suffix.
|
int |
getDefaultRotationIntervalInMinutes()
Gets the default rotation interval in minutes.
|
HealthChecker |
getHADBHealthChecker(WebContainer webContainer) |
ReplicationReceiver |
getReplicationReceiver(EmbeddedWebContainer embedded) |
String |
getSSLImplementationName() |
SSOFactory |
getSSOFactory() |
VirtualServer |
getVirtualServer() |
WebContainerStartStopOperation |
getWebContainerStartStopOperation() |
WebContainerStartStopOperation getWebContainerStartStopOperation()
HealthChecker getHADBHealthChecker(WebContainer webContainer)
ReplicationReceiver getReplicationReceiver(EmbeddedWebContainer embedded)
VirtualServer getVirtualServer()
SSOFactory getSSOFactory()
String getSSLImplementationName()
String getDefaultAccessLogPrefix()
String getDefaultAccessLogSuffix()
String getDefaultAccessLogDateStampPattern()
int getDefaultRotationIntervalInMinutes()
Copyright © 2019. All rights reserved.