public class NcmlDatasetDispatcher extends BesDapDispatcher
Constructor and Description |
---|
NcmlDatasetDispatcher() |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
requestDispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean sendResponse) |
addResponder, allowDirectDataSourceAccess, destroy, getBesApi, getLastModified, getResponders, getSystemPath, handleRequest, init, requestCanBeHandled, setBesApi, useDAP2ResourceUrlResponse
public void init(javax.servlet.http.HttpServlet servlet, org.jdom.Element config) throws java.lang.Exception
DispatchHandler
init
in interface DispatchHandler
init
in class BesDapDispatcher
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 boolean requestDispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean sendResponse) throws java.lang.Exception
requestDispatch
in class BesDapDispatcher
java.lang.Exception