Class WebBeanStyleList

    • Constructor Detail

      • WebBeanStyleList

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

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

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

      • getWebBeanStyle

        public WebBeanStyle getWebBeanStyle​(java.lang.String name)
        Parameters:
        name - the name of the WebBeanStyle
        Returns:
        the WebBeanStyle in the collection with the given name