public class TagFileInfo extends Object
| Constructor and Description | 
|---|
| TagFileInfo(String name,
           String path,
           TagInfo tagInfo)Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. | 
public TagFileInfo(String name, String path, TagInfo tagInfo)
name - The unique action name of this tagpath - Where to find the .tag file implementing this
     action, relative to the location of the TLD file.tagInfo - The detailed information about this tag, as parsed
     from the directives in the tag file.public String getName()
public String getPath()
public TagInfo getTagInfo()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.