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 85669 invoked by uid 500); 3 Oct 2000 23:44:08 -0000 Delivered-To: apmail-jakarta-watchdog-4.0-cvs@apache.org Received: (qmail 85664 invoked by uid 1193); 3 Oct 2000 23:44:08 -0000 Date: 3 Oct 2000 23:44:08 -0000 Message-ID: <20001003234408.85663.qmail@locus.apache.org> From: santosh@locus.apache.org To: jakarta-watchdog-4.0-cvs@apache.org Subject: cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds TestLib.tld santosh 00/10/03 16:44:08 Added: src/server/jsp-tests/WEB-INF/tlds TestLib.tld Log: watchdog 4.0 Revision Changes Path 1.1 jakarta-watchdog-4.0/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