JSTL(JSP Standard TagLibrary)1.1のタグライブラリの@taglibディレクティブ宣言一覧


<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core " %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt " %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql " %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions " %>

<%@ taglib prefix="x" uri=http://java.sun.com/jsp/jstl/xml %>


JSTL(JSP Standard TagLibrary)のAPI

http://java.sun.com/products/jsp/jstl/1.1/docs/api/index.html

http://www.jajakarta.org/taglibs/