opendap.servlet
public class GetDirHandler extends java.lang.Object
Constructor and Description |
---|
GetDirHandler() |
Modifier and Type | Method and Description |
---|---|
void |
sendDIR(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ReqState rs)
************************************************************************
Default handler for OPeNDAP directory requests.
|
public void sendDIR(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ReqState rs) throws DAP2Exception, ParseException
request
- The HttpServletRequest
from the client.response
- The HttpServletResponse
for the client.rs
- The request state object for this client request.DAP2Exception
ParseException
ReqState