Uses of Class
com.composum.sling.nodes.servlet.SourceModel.RenderingType
-
Packages that use SourceModel.RenderingType Package Description com.composum.sling.nodes.servlet -
-
Uses of SourceModel.RenderingType in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet that return SourceModel.RenderingType Modifier and Type Method Description protected SourceModel.RenderingTypeSourceModel. getRenderingType(org.apache.sling.api.resource.Resource aResource, boolean inFullCoverageNode)This encodes what nodes are presented in which way nodes are represented in a Zip / Package.static SourceModel.RenderingTypeSourceModel.RenderingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceModel.RenderingType[]SourceModel.RenderingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-