Package org.ametys.odf.program
Class WebsiteLink
- java.lang.Object
-
- org.ametys.odf.bean.AbstractExternalAddress
-
- org.ametys.odf.program.WebsiteLink
-
public class WebsiteLink extends AbstractExternalAddress
Object that represents a website link : URL and label
-
-
Constructor Summary
Constructors Constructor Description WebsiteLink(String url, String label)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toCDM(ContentHandler contentHandler)
Transform the website to CDM
-
-
-
Constructor Detail
-
WebsiteLink
public WebsiteLink(String url, String label)
Constructor- Parameters:
url
- URL of the LOM sheetlabel
- Label of the LOM sheet
-
-
Method Detail
-
toCDM
public void toCDM(ContentHandler contentHandler) throws SAXException
Transform the website to CDM- Parameters:
contentHandler
- the content handler to sax into- Throws:
SAXException
- if an error occurred while saxing
-
-