Class 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).
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the attribute.
        Returns:
        The attribute name
      • getTag

        public Node.CustomTag getTag()
        Returns the custom tag this attribute belongs to.
        Returns:
        The custom tag