public class FormHandler extends XmlRequestHandler
XmlRequestHandler.NoOpEntityResolver
_config, _initialized, _prefix, log
Constructor and Description |
---|
FormHandler() |
Modifier and Type | Method and Description |
---|---|
java.io.BufferedReader |
getRequestReader(javax.servlet.http.HttpServletRequest request) |
void |
init(javax.servlet.http.HttpServlet servlet,
org.jdom.Element config)
Since a constructor cannot be defined for an interface there needs to
be a way to initialize the objects state.
|
describeCoverage, destroy, getCapabilities, getEncoding, getLastModified, getRequestType, handleRequest, handleWcsError, handleWcsRequest, handleWcsRequest, parseWcsRequest, requestCanBeHandled, sendCoverageResponse, sendWcsResponse
public void init(javax.servlet.http.HttpServlet servlet, org.jdom.Element config) throws java.lang.Exception
DispatchHandler
init
in interface DispatchHandler
init
in class XmlRequestHandler
servlet
- This should be the IsoDispatchHandler that creates the
instance of IsoDispatchHandler that is being intialized.config
- A JDOM Element objct containing the XML Element that
announced which implementation of IsoDispatchHandler to use. It may (or
may not) contain additional confguration information.java.lang.Exception
- When the bad things happen.DispatchServlet
public java.io.BufferedReader getRequestReader(javax.servlet.http.HttpServletRequest request) throws WcsException
getRequestReader
in class XmlRequestHandler
WcsException