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 Details

  • Method Details

    • getDestinationDir

      Returns the destinationDir.

      Returns:
      the destinationDir
    • getDownloadGallery

      Returns the downloadGallery.

      Returns:
      the downloadGallery
    • getElement

      public String getElement()
      Returns the element.

      Returns:
      the element
    • getEncoding

      public String getEncoding()
      Returns the encoding.

      Returns:
      the encoding
    • getEndPattern

      Returns the endPattern.

      Returns:
      the endPattern
    • getImageGallery

      Returns the imageGallery.

      Returns:
      the imageGallery
    • getInputDir

      public String getInputDir()
      Returns the inputDir.

      Returns:
      the inputDir
    • getKeepBrokenLinks

      Returns the keepBrokenLinks.

      Returns:
      the keepBrokenLinks
    • getLinkGallery

      Returns the linkGallery.

      Returns:
      the linkGallery
    • getLocale

      public String getLocale()
      Returns the locale.

      Returns:
      the locale
    • getOverwrite

      public String getOverwrite()
      Returns the overwrite.

      Returns:
      the overwrite
    • getStartPattern

      Returns the startPattern.

      Returns:
      the startPattern
    • getTemplate

      public String getTemplate()
      Returns the template.

      Returns:
      the template
    • setDestinationDir

      public void setDestinationDir(String destinationDir)
      Sets the destinationDir.

      Parameters:
      destinationDir - the destinationDir to set
    • setDownloadGallery

      public void setDownloadGallery(String downloadGallery)
      Sets the downloadGallery.

      Parameters:
      downloadGallery - the downloadGallery to set
    • setElement

      public void setElement(String element)
      Sets the element.

      Parameters:
      element - the element to set
    • setEncoding

      public void setEncoding(String encoding)
      Sets the encoding.

      Parameters:
      encoding - the encoding to set
    • setEndPattern

      public void setEndPattern(String endPattern)
      Sets the endPattern.

      Parameters:
      endPattern - the endPattern to set
    • setImageGallery

      public void setImageGallery(String imageGallery)
      Sets the imageGallery.

      Parameters:
      imageGallery - the imageGallery to set
    • setInputDir

      public void setInputDir(String inputDir)
      Sets the inputDir.

      Parameters:
      inputDir - the inputDir to set
    • setKeepBrokenLinks

      public void setKeepBrokenLinks(String keepBrokenLinks)
      Sets the keepBrokenLinks.

      Parameters:
      keepBrokenLinks - the keepBrokenLinks to set
    • setLinkGallery

      public void setLinkGallery(String linkGallery)
      Sets the linkGallery.

      Parameters:
      linkGallery - the linkGallery to set
    • setLocale

      public void setLocale(String locale)
      Sets the locale.

      Parameters:
      locale - the locale to set
    • setOverwrite

      public void setOverwrite(String overwrite)
      Sets the overwrite.

      Parameters:
      overwrite - the overwrite to set
    • setStartPattern

      public void setStartPattern(String startPattern)
      Sets the startPattern.

      Parameters:
      startPattern - the startPattern to set
    • setTemplate

      public void setTemplate(String template)
      Sets the template.

      Parameters:
      template - the template to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: