Class WebBeanPropertyList

    • Constructor Detail

      • WebBeanPropertyList

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

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

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

      • getWebBeanProperty

        public WebBeanProperty getWebBeanProperty​(java.lang.String name)
        Parameters:
        name - the name of the WebBeanProperty
        Returns:
        the WebBeanProperty in the collection with the given name
      • getPropertyNode

        protected java.lang.String getPropertyNode()
        Returns:
        the name of the property node
        Since:
        MicroStrategy Web 8.0.0
      • getPropertiesNode

        protected static java.lang.String getPropertiesNode()
        Returns:
        the name of the properties node
        Since:
        MicroStrategy Web 8.0.0