Class Node.UninterpretedTag

java.lang.Object
org.apache.jasper.compiler.Node
org.apache.jasper.compiler.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 Details

    • accept

      public void accept(Node.Visitor v) throws JasperException
      Throws:
      JasperException
    • 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