Class FolderMappingList

    • Field Detail

      • NODE_FOLDER_MAPS

        public static final java.lang.String NODE_FOLDER_MAPS
        See Also:
        Constant Field Values
    • Constructor Detail

      • FolderMappingList

        public FolderMappingList()
        Class constructor. Initializes a new -empty- instance of the FolderMappingList class.
      • FolderMappingList

        public FolderMappingList​(org.w3c.dom.Node root)
        Class constructor. Initializes a FolderMappingList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the shortcut list information.
      • FolderMappingList

        public FolderMappingList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a FolderMappingList instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the shortcut list information.
    • Method Detail

      • getFolderMapping

        public FolderMapping getFolderMapping​(int key)
        Returns the folder mapping associated with the given FolderId
        Parameters:
        key - id of the namedfolder EnumDSSXMLFolderNames to search
        Returns:
        the name String of the page mapped to the named folder