commit 49ceaf8d228691eeee1156601c2d6f47b7db8c70 Author: Erik C. Thauvin Date: Thu Jul 25 18:15:43 2002 +0000 Version 1.0 - 2001-02-01 diff --git a/jsptag.txt b/jsptag.txt new file mode 100644 index 0000000..5e85803 --- /dev/null +++ b/jsptag.txt @@ -0,0 +1,39 @@ +[TagList] +ActiveGroup=JSP - Actions + +// JSP Tag List by Erik C. Thauvin (erik@thauvin.net) +// Version 1.0 - 2001-02-01 +// $Id$ +[Tag Group - JSP - Directives] +0="Comment :UEDS:<%-- ... --%>" +1="Declaration :UEDS:<%! ... %>" +2="Expression :UEDS:<%= ... %>" +3="Include :UEDS:<%@ include page=" ... " %>" +4="Page :UEDS:<%@ page import=" ... " errorPage="" isErrorPage="" isThreadSafe="" contentType="" %>" +5="Scriptlet :UEDS:<% ... %>" +6="Tag Library :UEDS:<%@ taglib uri=" ... " prefix="" %>" + +[Tag Group - JSP - Actions] +0="Use Bean :UEDS:" +1="Set Bean Property :UEDS:" +2="Get Bean Property :UEDS:" +3="Include :UEDS:" +4="Forward :UEDS:" +5="Plugin :UEDS: ... " +6="Plugin Parameters :UEDS: ... " +7="Plugin Parameter :UEDS:" + +[Tag Group - JSP - Objects] +0="application :UEDS:application" +1="config :UEDS:config" +2="out :UEDS:out" +3="page :UEDS:page" +4="pageContext :UEDS:pageContext" +5="request :UEDS:request" +6="response :UEDS:response" +7="session :UEDS:session" + +[Group List] +0=JSP - Directives +1=JSP - Actions +2=JSP - Objects