org.apache.jasper.compiler
public static class Node.TagDirective extends Node
Constructor Summary | |
---|---|
TagDirective(Attributes attrs, Mark start, Node parent) | |
TagDirective(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent) |
Method Summary | |
---|---|
void | accept(Node.Visitor v) |
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.
|
List | getImports() |
Parameters: value A comma-separated string of imports.