|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.deegree_impl.enterprise.WCASServlet
--------------------------------------------------------
Nested Class Summary | |
private class |
WCASServlet.Reloader
|
private class |
WCASServlet.WCAS
private inner class that represents the web feature service. |
Field Summary | |
private WCASCapabilities |
capa
|
protected java.lang.String |
capabilitiesFile
|
protected long |
capaTimestamp
|
protected int |
freq
|
private java.lang.Exception |
initException
|
private int |
initInstances
|
private int |
maxInstances
|
protected WCASServicePool |
pool
|
private WCASServlet.Reloader |
reloader
|
protected java.net.URL |
url
|
private WFSCapabilities |
wfsCapa
|
Constructor Summary | |
WCASServlet()
|
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 |
initWCAS()
initializes the WCAS |
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 WCASServlet.Reloader reloader
protected java.lang.String capabilitiesFile
protected java.net.URL url
private WCASCapabilities capa
protected WCASServicePool pool
private WFSCapabilities wfsCapa
protected int freq
private int initInstances
private int maxInstances
protected long capaTimestamp
private java.lang.Exception initException
Constructor Detail |
public WCASServlet()
Method Detail |
public void init(ServletConfig servletConfig) throws ServletException
servletConfig
- servlet configuration
ServletException
- exceptionprotected void initWCAS()
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 |