Class Node.JspElement

java.lang.Object
org.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.JspElement
All Implemented Interfaces:
TagConstants
Enclosing class:
Node

public static class Node.JspElement extends Node
Represents a <jsp:element>.
  • 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 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