Package com.day.cq.wcm.designimporter
Provides a design importer API.
-
Class Summary Class Description CanvasBuildOptions Lets you have fine grained control over how the canvas is built.CanvasReferenceProvider DesignImporterContext The context that encapsulates the information related to a design import request.DesignImportResult Encapsulates the result of the design package import.DesignPackageImporter Provides API for importing a design package.ErrorCodes This file contains all the error codes for design importer component. -
Enum Summary Enum Description DesignImportResult.Status Import result status -
Exception Summary Exception Description DesignImportException The base exception class to represent exceptions that occur during the design import process.MalformedArchiveException The design import exception arising due to malformed archive.MissingCanvasException Exception to indicate the missing "marked" div.MissingHTMLException Exception to indicate the missing index.html entry in the design package.UnsupportedTagContentException Exception thrown byTagHandler
s when the tag being handled contains content that isn't supported by theTagHandler