Package org.opencms.importexport
Class CmsExtendedHtmlImportDefault
java.lang.Object
org.opencms.importexport.CmsExtendedHtmlImportDefault
The CmsExtendedHtmlImportManager keeps the default values for the HTML-> OpenCms Template converter.
This default values are saved in the configuration file opencms-importexport.xml.
- Since:
- 7.0.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the destinationDir.Returns the downloadGallery.Returns the element.Returns the encoding.Returns the endPattern.Returns the imageGallery.Returns the inputDir.Returns the keepBrokenLinks.Returns the linkGallery.Returns the locale.Returns the overwrite.Returns the startPattern.Returns the template.voidsetDestinationDir(String destinationDir) Sets the destinationDir.voidsetDownloadGallery(String downloadGallery) Sets the downloadGallery.voidsetElement(String element) Sets the element.voidsetEncoding(String encoding) Sets the encoding.voidsetEndPattern(String endPattern) Sets the endPattern.voidsetImageGallery(String imageGallery) Sets the imageGallery.voidsetInputDir(String inputDir) Sets the inputDir.voidsetKeepBrokenLinks(String keepBrokenLinks) Sets the keepBrokenLinks.voidsetLinkGallery(String linkGallery) Sets the linkGallery.voidSets the locale.voidsetOverwrite(String overwrite) Sets the overwrite.voidsetStartPattern(String startPattern) Sets the startPattern.voidsetTemplate(String template) Sets the template.toString()
-
Constructor Details
-
CmsExtendedHtmlImportDefault
public CmsExtendedHtmlImportDefault()Default Constructor.
-
-
Method Details
-
getDestinationDir
Returns the destinationDir.- Returns:
- the destinationDir
-
getDownloadGallery
Returns the downloadGallery.- Returns:
- the downloadGallery
-
getElement
Returns the element.- Returns:
- the element
-
getEncoding
Returns the encoding.- Returns:
- the encoding
-
getEndPattern
Returns the endPattern.- Returns:
- the endPattern
-
getImageGallery
Returns the imageGallery.- Returns:
- the imageGallery
-
getInputDir
Returns the inputDir.- Returns:
- the inputDir
-
getKeepBrokenLinks
Returns the keepBrokenLinks.- Returns:
- the keepBrokenLinks
-
getLinkGallery
Returns the linkGallery.- Returns:
- the linkGallery
-
getLocale
Returns the locale.- Returns:
- the locale
-
getOverwrite
Returns the overwrite.- Returns:
- the overwrite
-
getStartPattern
Returns the startPattern.- Returns:
- the startPattern
-
getTemplate
Returns the template.- Returns:
- the template
-
setDestinationDir
Sets the destinationDir.- Parameters:
destinationDir- the destinationDir to set
-
setDownloadGallery
Sets the downloadGallery.- Parameters:
downloadGallery- the downloadGallery to set
-
setElement
Sets the element.- Parameters:
element- the element to set
-
setEncoding
Sets the encoding.- Parameters:
encoding- the encoding to set
-
setEndPattern
Sets the endPattern.- Parameters:
endPattern- the endPattern to set
-
setImageGallery
Sets the imageGallery.- Parameters:
imageGallery- the imageGallery to set
-
setInputDir
Sets the inputDir.- Parameters:
inputDir- the inputDir to set
-
setKeepBrokenLinks
Sets the keepBrokenLinks.- Parameters:
keepBrokenLinks- the keepBrokenLinks to set
-
setLinkGallery
Sets the linkGallery.- Parameters:
linkGallery- the linkGallery to set
-
setLocale
Sets the locale.- Parameters:
locale- the locale to set
-
setOverwrite
Sets the overwrite.- Parameters:
overwrite- the overwrite to set
-
setStartPattern
Sets the startPattern.- Parameters:
startPattern- the startPattern to set
-
setTemplate
Sets the template.- Parameters:
template- the template to set
-
toString
-