Uses of Class
com.composum.sling.nodes.servlet.SourceModel.DepthMode
-
Packages that use SourceModel.DepthMode Package Description com.composum.sling.nodes.servlet -
-
Uses of SourceModel.DepthMode in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet that return SourceModel.DepthMode Modifier and Type Method Description static SourceModel.DepthMode
SourceModel.DepthMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceModel.DepthMode[]
SourceModel.DepthMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.nodes.servlet with parameters of type SourceModel.DepthMode Modifier and Type Method Description protected void
SourceModel. writeIntoZip(@NotNull ZipOutputStream zipStream, @NotNull String root, @NotNull SourceModel.DepthMode depthMode)
Writes a "naked" Zip about the node: no package metadata, no parent nodes.protected void
SourceModel. writeXmlFile(@NotNull Writer writer, @NotNull SourceModel.DepthMode depthMode, @Nullable Queue<String> binaryProperties, @Nullable Queue<SourceModel> additionalFiles)
Writes an XML file for the node, normally .content.xml, including an jcr:content node if present.
-