public class TestServerConfigurationImpl extends java.lang.Object implements EPagesJServerConfiguration
Modifier and Type | Field and Description |
---|---|
private static int |
SERVER_PORT_DEFAULT |
private static java.lang.String |
SERVER_REQUESTLOGCONFIGFILENAME_DEFAULT |
Constructor and Description |
---|
TestServerConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
followSymLinks() |
java.lang.String |
getContextPath() |
java.lang.String |
getCurrentVersion() |
boolean |
getDirectoriesListed() |
java.lang.String |
getHost() |
java.lang.String |
getPathSpec() |
int |
getPort() |
java.lang.String |
getRequestLogConfigFilename() |
java.lang.String |
getRestTracing() |
boolean |
getSendDateHeader() |
boolean |
getStopAtShutdown() |
boolean |
isRequestLoggerEnabled() |
private static final int SERVER_PORT_DEFAULT
private static final java.lang.String SERVER_REQUESTLOGCONFIGFILENAME_DEFAULT
public java.lang.String getHost()
getHost
in interface ServerConfiguration
public int getPort()
getPort
in interface ServerConfiguration
public java.lang.String getContextPath()
getContextPath
in interface ServerConfiguration
public java.lang.String getPathSpec()
getPathSpec
in interface ServerConfiguration
public boolean getDirectoriesListed()
getDirectoriesListed
in interface ServerConfiguration
public boolean getSendDateHeader()
getSendDateHeader
in interface ServerConfiguration
public boolean getStopAtShutdown()
getStopAtShutdown
in interface ServerConfiguration
public java.lang.String getRequestLogConfigFilename()
getRequestLogConfigFilename
in interface ServerConfiguration
public boolean isRequestLoggerEnabled()
isRequestLoggerEnabled
in interface ServerConfiguration
public java.lang.String getCurrentVersion()
getCurrentVersion
in interface ServerConfiguration
public java.lang.String getRestTracing()
getRestTracing
in interface EPagesJServerConfiguration
public boolean followSymLinks()
followSymLinks
in interface EPagesJServerConfiguration