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)
This method is where the behavior of the BesDapDispatcher is defined.
|
void |
init(javax.servlet.http.HttpServlet servlet,
org.jdom.Element config,
BesApi ignored)
This method is where the behavior of the BesDapDispatcher is defined.
|
boolean |
requestDispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean sendResponse) |
addResponder, allowDirectDataSourceAccess, destroy, getBesApi, getLastModified, getResponders, getSystemPath, handleRequest, requestCanBeHandled, setBesApi, useDAP2ResourceUrlResponse
public void init(javax.servlet.http.HttpServlet servlet, org.jdom.Element config) throws java.lang.Exception
BesDapDispatcher
init
in interface DispatchHandler
init
in class BesDapDispatcher
servlet
- The Servlet instance that this dispatcher is running in.config
- The configuration element loaded from the olfs.xml file for this dispatcherjava.lang.Exception
- When the bad things happen.DispatchServlet
public void init(javax.servlet.http.HttpServlet servlet, org.jdom.Element config, BesApi ignored) throws java.lang.Exception
BesDapDispatcher
init
in interface DispatchHandler
init
in class BesDapDispatcher
servlet
- The Servlet instance that this dispatcher is running in.config
- The configuration element loaded from the olfs.xml file for this dispatcherignored
- The BesApi instance to use when servicing requests.java.lang.Exception
- When the bad things happen.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