public interface WebappProperties
getWebappName()
, getHostName()
and
getServiceName()
must be unique.Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Returns a name for the Host where the web application is deployed or null
if none is available.
|
String |
getServiceName()
Returns a name for the service where the Host is deployed or null if none
is available.
|
String |
getWebappName()
Returns a name for the web application or null if none is available.
|
String getWebappName()
String getHostName()
String getServiceName()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.