Version 1.0.1 - 2001-02-01
This commit is contained in:
parent
49ceaf8d22
commit
ce2734aad3
1 changed files with 29 additions and 11 deletions
40
jsptag.txt
40
jsptag.txt
|
@ -1,8 +1,8 @@
|
|||
[TagList]
|
||||
ActiveGroup=JSP - Actions
|
||||
ActiveGroup=JSP - Directives
|
||||
|
||||
// JSP Tag List by Erik C. Thauvin (erik@thauvin.net)
|
||||
// Version 1.0 - 2001-02-01
|
||||
// Version 1.0.1 - 2001-02-01
|
||||
// $Id$
|
||||
[Tag Group - JSP - Directives]
|
||||
0="Comment :UEDS:<%-- ... --%>"
|
||||
|
@ -14,14 +14,14 @@ ActiveGroup=JSP - Actions
|
|||
6="Tag Library :UEDS:<%@ taglib uri=" ... " prefix="" %>"
|
||||
|
||||
[Tag Group - JSP - Actions]
|
||||
0="Use Bean :UEDS:<jsp:useBean id="" class=" ... " scope="page"/>"
|
||||
1="Set Bean Property :UEDS:<jsp:setProperty name="" property=" ... " value=""/>"
|
||||
2="Get Bean Property :UEDS:<jsp:getProperty name="" property=" ... "/>"
|
||||
3="Include :UEDS:<jsp:include page=" ... "/>"
|
||||
4="Forward :UEDS:<jsp:forward page=" ... "/>"
|
||||
0="Forward :UEDS:<jsp:forward page=" ... "/>"
|
||||
1="Get Bean Property :UEDS:<jsp:getProperty name="" property=" ... "/>"
|
||||
2="Include :UEDS:<jsp:include page=" ... "/>"
|
||||
3="Plugin Parameter :UEDS:<jsp:param name=" ... " value=""/>"
|
||||
4="Plugin Parameters :UEDS:<jsp:params> ... </jsp:params>"
|
||||
5="Plugin :UEDS:<jsp:pluging type="" code="" codebase=""/> ... </jsp:plugin>"
|
||||
6="Plugin Parameters :UEDS:<jsp:params> ... </jsp:params>"
|
||||
7="Plugin Parameter :UEDS:<jsp:param name=" ... " value=""/>"
|
||||
6="Set Bean Property :UEDS:<jsp:setProperty name="" property=" ... " value=""/>"
|
||||
7="Use Bean :UEDS:<jsp:useBean id="" class=" ... " scope="page"/>"
|
||||
|
||||
[Tag Group - JSP - Objects]
|
||||
0="application :UEDS:application"
|
||||
|
@ -33,7 +33,25 @@ ActiveGroup=JSP - Actions
|
|||
6="response :UEDS:response"
|
||||
7="session :UEDS:session"
|
||||
|
||||
[Tag Group - JSP - Tag Library]
|
||||
0="Attribute :UEDS:<attribute> ... </attribute>"
|
||||
1="Body Content :UEDS:<bodycontent> ... </bodycontent>"
|
||||
2="Document Type :UEDS:<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">"
|
||||
3="Information :UEDS:<info> ... </info>"
|
||||
4="JSP Version :UEDS:<jspversion> ... </jspversion>"
|
||||
5="Name :UEDS:<name> ... </name>"
|
||||
6="Required :UEDS:<required> ... </required>"
|
||||
7="Runtime Expr. Value :UEDS:<rtexprvalue> ... </rtexprvalue>"
|
||||
8="Short Name :UEDS:<shortname> ... </shortname>"
|
||||
9="Tag Class :UEDS:<tagclass> ... </tagclass>"
|
||||
10="Tag Library Version :UEDS:<tlibversion> ... </tlibversion>"
|
||||
11="Tag Library :UEDS:<taglib> ... </taglib>"
|
||||
12="Tag :UEDS:<tag> ... </tag>"
|
||||
13="URI :UEDS:<uri> ... </uri>"
|
||||
14="XML Declaration :UEDS:<?xml version="1.0" encoding="ISO-8859-1" ?>"
|
||||
|
||||
[Group List]
|
||||
0=JSP - Directives
|
||||
1=JSP - Actions
|
||||
0=JSP - Actions
|
||||
1=JSP - Directives
|
||||
2=JSP - Objects
|
||||
3=JSP - Tag Library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue