|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.deegree_impl.enterprise.WFSGServlet
--------------------------------------------------------
Nested Class Summary | |
private class |
WFSGServlet.Reloader
|
private class |
WFSGServlet.WFSG
private inner class that represents the web feature service. |
Field Summary | |
private WFSGCapabilities |
capa
|
protected long |
capaTimestamp
|
private GazetteerConfiguration |
conf
|
protected java.net.URL |
confURL
|
protected int |
freq
|
private java.lang.Exception |
initException
|
private int |
initInstances
|
private int |
maxInstances
|
protected WFSGServicePool |
pool
|
private WFSGServlet.Reloader |
reloader
|
protected java.net.URL |
url
|
Constructor Summary | |
WFSGServlet()
|
Method Summary | |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
performs a http-post request |
private void |
handleError(java.lang.Exception ex,
HttpServletResponse response)
handles fatal errors by creating a OGC exception XML and sending it back to the client |
void |
init(ServletConfig servletConfig)
init-method of the servlet. only once called |
protected void |
initWFSG()
initializes the WFSG |
private java.util.HashMap |
toModel(HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private WFSGServlet.Reloader reloader
protected java.net.URL url
protected java.net.URL confURL
private WFSGCapabilities capa
private GazetteerConfiguration conf
protected WFSGServicePool pool
protected int freq
private int initInstances
private int maxInstances
protected long capaTimestamp
private java.lang.Exception initException
Constructor Detail |
public WFSGServlet()
Method Detail |
public void init(ServletConfig servletConfig) throws ServletException
servletConfig
- servlet configuration
ServletException
- exceptionprotected void initWFSG()
public void doPost(HttpServletRequest request, HttpServletResponse response)
public void doGet(HttpServletRequest request, HttpServletResponse response)
private void handleError(java.lang.Exception ex, HttpServletResponse response)
private java.util.HashMap toModel(HttpServletRequest request)
request
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |