public class EPagesJServerConfigurationImpl extends BaseServerConfigurationImpl implements ServerConfiguration
;; EPagesJ Server configuration [Server] ;; static resource base path ; resourceBase = "./shared" ;; Servlet context path ; contextPath = "/rs" ;; Server port ; port = 8088 ;; requestlog config filename ; requestLogConfigFilename = "logback-epagesj-access.xml"
Modifier and Type | Class and Description |
---|---|
static class |
EPagesJServerConfigurationImpl.ConfigurationProperty |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
SERVER_CONTEXTPATH_DEFAULT |
private static int |
SERVER_PORT_DEFAULT |
static java.lang.String |
SERVER_REQUESTLOGCONFIGFILENAME_DEFAULT |
private static java.lang.String |
SERVER_RESOURCEBASE_DEFAULT |
config
Constructor and Description |
---|
EPagesJServerConfigurationImpl(org.apache.commons.configuration.Configuration config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextPath() |
int |
getPort() |
protected java.lang.String |
getRequestLogConfigFilenameDefault() |
java.lang.String |
getResourceBase() |
getDirectoriesListed, getGracefullShutdownInMillis, getHost, getInetSocketAddress, getPathSpec, getRequestLogConfigFilename, getSendDateHeader, getStopAtShutdown, getURI, isRequestLoggerEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDirectoriesListed, getGracefullShutdownInMillis, getInetSocketAddress, getPathSpec, getRequestLogConfigFilename, getSendDateHeader, getStopAtShutdown, getURI, isRequestLoggerEnabled
private static final java.lang.String SERVER_CONTEXTPATH_DEFAULT
private static final int SERVER_PORT_DEFAULT
private static final java.lang.String SERVER_RESOURCEBASE_DEFAULT
public static final java.lang.String SERVER_REQUESTLOGCONFIGFILENAME_DEFAULT
@Inject public EPagesJServerConfigurationImpl(org.apache.commons.configuration.Configuration config)
public int getPort()
getPort
in interface ServerConfiguration
public java.lang.String getContextPath()
getContextPath
in interface ServerConfiguration
public java.lang.String getResourceBase()
getResourceBase
in interface ServerConfiguration
protected java.lang.String getRequestLogConfigFilenameDefault()
getRequestLogConfigFilenameDefault
in class BaseServerConfigurationImpl