Interface ImporterConstants
public interface ImporterConstants
Constants used by design importer classes
- Since:
- 5.6.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the canvas nodestatic final String
Name of the design package node.static final String
Name of the design package file nodestatic final String
Resource Type of the importer pagestatic final String
Name of the request parameter that holds the design package archive streamstatic final String
Name of the canvasArtifactsPendingDelete property.static final String
Name of the jcr property that holds the reference to the dam asset that needs to be imported via the design importerstatic final String
Name of the ownerCanvasPage property.static final String
Name of the ComponentTagHandlerFactory's OSGi property that stores the resource type to be associated with the component to be generatedstatic final String
Name of the secondaryCanvas property.static final String
Resource Type of the importer componentstatic final String
Resource Type of the importer page
-
Field Details
-
RESOURCE_TYPE_IMPORTER
Resource Type of the importer component- See Also:
-
RESOURCE_TYPE_IMPORTER_PAGE
Resource Type of the importer page- See Also:
-
PAGE_TEMPLATE_IMPORTER_PAGE
Resource Type of the importer page- See Also:
-
NN_CANVAS
Name of the canvas node- See Also:
-
PN_SECONDARY_CANVAS
Name of the secondaryCanvas property. This property is used to differentiate secondary canvases from primary- See Also:
-
PN_OWNER_CANVAS_PAGE
Name of the ownerCanvasPage property. This property on canvas artifacts back refers to the page that contains the canvas the artifact is associated with.- See Also:
-
PN_CANVAS_ARTIFACTS_PENDING_DEACTIVATE
Name of the canvasArtifactsPendingDelete property. This multi-valued property is put on pages with cleared canvas to help deactivate the canvas artifacts when the page is activated next- See Also:
-
NN_DESIGNPACKAGE
Name of the design package node. Design package node, a child node of the importer node, acts as a container for the design package file node- See Also:
-
NN_DESIGNPACKAGEFILE
Name of the design package file node- See Also:
-
PN_DESIGN_PACKAGE_REFERENCE
Name of the jcr property that holds the reference to the dam asset that needs to be imported via the design importer- See Also:
-
PARAM_DESIGNFILE
Name of the request parameter that holds the design package archive stream- See Also:
-
PN_RESOURCE_TYPE
Name of the ComponentTagHandlerFactory's OSGi property that stores the resource type to be associated with the component to be generated- See Also:
-