public class GetHTMLInterfaceHandler2 extends Object
| Constructor and Description |
|---|
GetHTMLInterfaceHandler2() |
| Modifier and Type | Method and Description |
|---|---|
DDS |
getWebFormDDS(String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servlet.www.
|
void |
sendDataRequestForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
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,
String dataSet,
ServerDDS sdds,
DAS myDAS)
throws DAP2Exception,
ParseException
request - The HttpServletRequest from the client.response - The HttpServletResponse for the client.dataSet - sdds - myDAS - DAP2ExceptionParseExceptionwwwFactorypublic DDS getWebFormDDS(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.DAP2ExceptionParseExceptionDDS,
wwwFactoryCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.