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.servlet.www.
|
void |
sendDataRequestForm(ReqState rs,
java.lang.String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|
public void sendDataRequestForm(ReqState rs, java.lang.String dataSet, ServerDDS sdds, DAS myDAS) throws DAP2Exception, ParseException
rs
- The ReqState
from 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