@Controller
@RequestMapping(value="/wfs")
public class WFSController
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
TDSNAMESPACE |
| Constructor and Description |
|---|
WFSController() |
| Modifier and Type | Method and Description |
|---|---|
static String |
constructServerPath(javax.servlet.http.HttpServletRequest hsreq)
Constructs the full server URI from a request
|
static String |
getXMLNamespaceXMLNSValue(javax.servlet.http.HttpServletRequest hsreq)
Gets the namespace associated with the WFS Controller and this specific THREDDS server
|
void |
httpHandler(javax.servlet.http.HttpServletRequest hsreq,
javax.servlet.http.HttpServletResponse hsres)
A handler for WFS based HTTP requests that sends to other request handlers
to handle the request.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String TDSNAMESPACE
public static String getXMLNamespaceXMLNSValue(javax.servlet.http.HttpServletRequest hsreq)
hsreq - The request which contains the applicable URI of the WFS Controllerpublic static String constructServerPath(javax.servlet.http.HttpServletRequest hsreq)
hsreq - The relevant request@RequestMapping(value="**")
public void httpHandler(javax.servlet.http.HttpServletRequest hsreq,
javax.servlet.http.HttpServletResponse hsres)