Return-Path: Mailing-List: contact watchdog-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list watchdog-dev@jakarta.apache.org Received: (qmail 5457 invoked by uid 2016); 5 Nov 1999 05:59:15 -0000 Delivered-To: apcore-jakarta-watchdog-cvs@apache.org Received: (qmail 5455 invoked by uid 263); 5 Nov 1999 05:59:14 -0000 Date: 5 Nov 1999 05:59:14 -0000 Message-ID: <19991105055914.5454.qmail@hyperreal.org> From: vanitha@hyperreal.org To: jakarta-watchdog-cvs@apache.org Subject: cvs commit: jakarta-watchdog/src/server/jsp-tests/WEB-INF/tlds TestLib.tld vanitha 99/11/04 21:59:13 Added: src/server/jsp-tests/WEB-INF/tlds TestLib.tld Log: Tld for tag tests Revision Changes Path 1.1 jakarta-watchdog/src/server/jsp-tests/WEB-INF/tlds/TestLib.tld Index: TestLib.tld =================================================================== 1.0 1.1 tests A simple tab library for JSP tests count tags.Count A simple nestable tag that validates transitions. It also counts invocations. att1 false att2 false includeBody false skipPage false checkCount tags.CheckCount Several checks on a count tag nested false start false end false silly tags.SillyArgs tags.SillyArgsExtraInfo takes three arguments: a, b, and c, they must satisfy a+b==c The optional argument testLibInfo is ignored at runtime but forces a check at translation time for tagInfo data. a true b true c true testLibInfo false define tags.Define tags.DefineExtraInfo required arguments: the id of the Integer that will be defined. the scope where it will be recorded the life of the scripting variable that will be introduced optional arguments: whether to declare the variable value after start tag value after end tag value before first BODY evaluation increment value after each BODY evaluation count of how many iterations to do id true scope true life true declare false startValue false endValue false initBodyValue false afterBodyIncrement false iterationCount false aTag tags.ATag A simple action handler that does not extend TagSupport att true bTag tags.BTag A simple action handler that does not extend BodyTagSupport att true verbatim tags.Verbatim Emits the body verbatim unprocessed (after scripts and the such, of course). The how attribute indicates what mechanism to use. The value can be: "reader", "string", and "writeOut" how true