opendap.servlet
public class GetHTMLInterfaceHandler extends java.lang.Object
Constructor and Description |
---|
GetHTMLInterfaceHandler() |
Modifier and Type | Method and Description |
---|---|
DDS |
getWebFormDDS(java.lang.String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servers.www.
|
void |
sendDataRequestForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|
public void sendDataRequestForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String dataSet, ServerDDS sdds, DAS myDAS) throws DAP2Exception, ParseException
request
- The HttpServletRequest
from the client.response
- The HttpServletResponse
for the client.dataSet
- sdds
- myDAS
- DAP2Exception
ParseException
wwwFactory
public DDS getWebFormDDS(java.lang.String dataSet, ServerDDS sDDS) throws DAP2Exception, ParseException
dataSet
- A String
containing the data set name.
3 * @return A DDS object built using the www interface class factory.DAP2Exception
ParseException
DDS
,
wwwFactory