.TLD 파일 확장자
Tag Library Descriptor File
| 개발사 | 해당 없음 |
| 인기도 |
3.0 | 3 투표 |
TLD 파일이란 무엇인가요?
Developer file used for Java Server Page (JSP) development projects; saved using XML formatting and contains descriptions of tags, which are used to markup JSP documents; describes the supported tags in a corresponding tag library.
추가 정보
A JSP tag is similar to an HTML tag. For example, a custom tag <loadData> could be used for loading data into a JSP Web page. The custom tag library would have a class handler for this type of tag and the TLD file would describe the tag.
Tag libraries and tag descriptors are included with Java-based Web applications. Often the TLD file is packaged as part of a .JAR file that is located in the /WEB-INF/lib/ directory.
TLD 파일을 열거나 참조하는 프로그램
Windows
Mac
Linux