Package com.walkfares.odsl.service
Class DHTMLService
java.lang.Object
com.walkfares.odsl.service.XMLService
com.walkfares.odsl.service.HTMLService
com.walkfares.odsl.service.DHTMLService
- All Implemented Interfaces:
ExtractService,OpenDSLService
public class DHTMLService extends HTMLService
-
Field Summary
Fields inherited from interface com.walkfares.odsl.service.OpenDSLService
ACCESSKEY, BASE64_REQUEST_BODY, COLUMN_COUNT, DATA_POS, HEADER_POS, OUTPUT, REQUEST_BODY, ROW_COUNT, SECRETKEY, SELECTOR, SEPARATOR, TABLE, XSLT -
Constructor Summary
Constructors Constructor Description DHTMLService() -
Method Summary
Modifier and Type Method Description Varget(ServiceGetRequest request)StringgetDescription()StringgetName()List<ExtractParameter>getParameters()VarloadHTMLDocument(String id, Var var, Map<String,String> keyOptions, String... options)Methods inherited from class com.walkfares.odsl.service.HTMLService
getJsonData, getRawContentType, getRawDataMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.OpenDSLService
delete, get, getIDSource, getList, getListSource, initialise, isLocalOnly, rename, run, save, tag
-
Constructor Details
-
DHTMLService
public DHTMLService()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExtractService- Specified by:
getNamein interfaceOpenDSLService- Overrides:
getNamein classHTMLService
-
getDescription
- Specified by:
getDescriptionin interfaceExtractService- Overrides:
getDescriptionin classHTMLService
-
getParameters
- Specified by:
getParametersin interfaceExtractService- Overrides:
getParametersin classHTMLService
-
get
- Specified by:
getin interfaceOpenDSLService- Overrides:
getin classXMLService
-
loadHTMLDocument
public Var loadHTMLDocument(String id, Var var, Map<String,String> keyOptions, String... options) throws IOException- Throws:
IOException
-