public class Request
extends java.lang.Object
Constructor and Description |
---|
Request(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextPath() |
java.lang.String |
getDocsServiceLocalID() |
java.lang.String |
getRelativeUrl()
Returns the relativeURL name for this request.
|
java.lang.String |
getServiceLocalId()
Local ID for the service is whatever is after the third slash
in the URL ie after the server name (or IP) and port number combination and up to the first
dataset collection term in the URL.
|
java.lang.String |
getServiceUrl() |
java.lang.String |
getWebApplicationUrl() |
java.lang.String |
getWebStartServiceLocalID() |
public Request(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request)
public java.lang.String getServiceLocalId()
public java.lang.String getContextPath()
public java.lang.String getDocsServiceLocalID()
public java.lang.String getWebStartServiceLocalID()
public java.lang.String getWebApplicationUrl()
public java.lang.String getServiceUrl()
public java.lang.String getRelativeUrl()