public interface Absolutizable
ServletServiceContext provides absolute information
about a mounted servlet service.| Modifier and Type | Method and Description |
|---|---|
URI |
absolutizeURI(URI uri)
Takes the scheme specific part of a servlet service URI (the scheme is the
responsibilty of the ServletSource) and resolve it with respect to the
servlets mount point.
|
String |
getServiceName()
Get the fully qualifed service name.
|
String |
getServiceName(String connectionName)
Get the fully qualified servlet service name of a connected service.
|
URI absolutizeURI(URI uri) throws URISyntaxException
uri - relative uriURISyntaxExceptionString getServiceName(String connectionName)
connectionName - String getServiceName()
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.