Class Node.AttributeGenerator

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

public static class Node.AttributeGenerator extends Node
Used as a placeholder for the evaluation code of a custom action attribute (used by the tag plugin machinery only).
  • Field Details

  • Constructor Details

  • Method Details

    • accept

      public void accept(Node.Visitor v) throws JasperException
      Description copied from class: Node
      Selects and invokes a method in the visitor class based on the node type. This is abstract and should be overrode by the extending classes.
      Specified by:
      accept in class Node
      Parameters:
      v - The visitor class
      Throws:
      JasperException
    • getName

      public String getName()
    • getTag

      public Node.CustomTag getTag()