KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagFileInfo

javax.servlet.jsp.tagext
Class TagFileInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagFileInfo
See Also:
Top Examples, Source Code

public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getPath()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagInfo getTagInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagFileInfo(String name,
                   String path,
                   TagInfo tagInfo)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags