Class Node.TagDirective

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

    public static class Node.TagDirective
    extends Node
    Represents a tag directive
    • Method Detail

      • addImport

        public void addImport​(java.lang.String value)
        Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
        Parameters:
        value - A comma-separated string of imports.
      • getImports

        public java.util.List<java.lang.String> getImports()