org.apache.jasper.compiler

Class Node.TagDirective

public static class Node.TagDirective extends Node

Represents a tag directive
Constructor Summary
TagDirective(Attributes attrs, Mark start, Node parent)
TagDirective(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
voidaddImport(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.
ListgetImports()

Constructor Detail

TagDirective

public TagDirective(Attributes attrs, Mark start, Node parent)

TagDirective

public TagDirective(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)

Method Detail

accept

public void accept(Node.Visitor v)

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 getImports()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.