Package org.ametys.odf.program
Class WebsiteLink
java.lang.Object
org.ametys.odf.bean.AbstractExternalAddress
org.ametys.odf.program.WebsiteLink
Object that represents a website link : URL and label
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toCDM
(ContentHandler contentHandler) Transform the website to CDM
-
Constructor Details
-
WebsiteLink
Constructor- Parameters:
url
- URL of the LOM sheetlabel
- Label of the LOM sheet
-
-
Method Details
-
toCDM
Transform the website to CDM- Parameters:
contentHandler
- the content handler to sax into- Throws:
SAXException
- if an error occurred while saxing
-