Class Node.JspElement

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

    public static class Node.JspElement
    extends Node
    Represents a <jsp:element>.
    • Method Detail

      • setJspAttributes

        public void setJspAttributes​(Node.JspAttribute[] jspAttrs)
        Sets the JSP attributes for this element.
        Parameters:
        jspAttrs - The JSP attributes to set
      • getJspAttributes

        public Node.JspAttribute[] getJspAttributes()
        Returns the JSP attributes of this element.
        Returns:
        The JSP attributes
      • setNameAttribute

        public void setNameAttribute​(Node.JspAttribute nameAttr)
        Sets the XML-style 'name' attribute.
        Parameters:
        nameAttr - The name attribute to set
      • getNameAttribute

        public Node.JspAttribute getNameAttribute()
        Gets the XML-style 'name' attribute.
        Returns:
        The name attribute