public interface WebappProperties
getWebappName()
, getHostName()
and
getServiceName()
must be unique.Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Returns a name for the logging system to use for the Host where the
web application, if any, associated with the class loader is deployed.
|
String |
getServiceName()
Returns a name for the logging system to use for the Service where the
Host, if any, associated with the class loader is deployed.
|
String |
getWebappName()
Returns a name for the logging system to use for the web application, if
any, associated with the class loader.
|
String getWebappName()
String getHostName()
String getServiceName()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.