Class Tag


  • public class Tag
    extends Object
    Created with IntelliJ IDEA. User: catalan Date: 5/30/12 Time: 3:37 PM
    • Method Detail

      • getParentTagId

        public String getParentTagId()
      • moveTo

        public String moveTo​(Tag tag)
                      throws org.apache.sling.testing.clients.ClientException
        Throws:
        org.apache.sling.testing.clients.ClientException
      • getPath

        public String getPath()
      • getNamespacePath

        public String getNamespacePath()
      • getJsonNode

        public com.fasterxml.jackson.databind.JsonNode getJsonNode()
                                                            throws org.apache.sling.testing.clients.ClientException
        Throws:
        org.apache.sling.testing.clients.ClientException
      • getJsonNode

        public com.fasterxml.jackson.databind.JsonNode getJsonNode​(String propName)
        Get the JsonNode of a property. The property can have multiple levels.
        Parameters:
        propName - the name of the property
        Returns:
        the json node for the property
      • getId

        public String getId()
      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()