您的位置:首页 > 编程语言 > Java开发

JavaServer Pages Standard Tag Libraries

2010-11-11 18:18 357 查看
The JSTL is often referred to as a single tag library when in fact it's a collection of four tag libraries. Each tag library provides useful actions (or tags) based on the following functional areas:

Core

Internationalization (I18n) and formatting

Relational database access

XML processing

One of the primary goals of the JSTL is to simplify the lives of JSP page authors. Providing a colleciton of tag libraries reinforces this goal by further separating simple, reusable logic from the page's presentation, thus making the page easier to read and maintain.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: