Class Node.PageDirective

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

public static class Node.PageDirective extends Node
Represents a page directive
Author:
Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
  • Method Details

    • accept

      public void accept(Node.Visitor v) throws JasperException
      Throws:
      JasperException
    • addImport

      public void addImport(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 List<String> getImports()