Class Node.UninterpretedTag

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

    public static class Node.UninterpretedTag
    extends Node
    Represents an uninterpreted tag, from a Jsp document
    • Method Detail

      • setJspAttributes

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

        public Node.JspAttribute[] getJspAttributes()
        Returns the JSP attributes of this uninterpreted tag.
        Returns:
        The JSP attributes