2002-01-06 19:05:37 -07:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version 1.1
|
|
|
|
(the "License"); you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
|
|
|
|
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
|
|
|
|
language governing rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is the Venice Web Communities System.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
|
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
2004-03-07 22:13:29 -07:00
|
|
|
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
2002-01-06 19:05:37 -07:00
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
2004-03-07 22:13:29 -07:00
|
|
|
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
|
|
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
|
2002-01-06 19:05:37 -07:00
|
|
|
<taglib>
|
|
|
|
|
2004-03-07 22:13:29 -07:00
|
|
|
<tlib-version>0.1</tlib-version>
|
|
|
|
<jsp-version>1.2</jsp-version>
|
|
|
|
<short-name>util</short-name>
|
|
|
|
<uri>/tlds/util</uri>
|
|
|
|
<description>Utility tag library for JSP renderings.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>comment</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilCommentTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Conditionally includes HTML comments.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>color</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilColorTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>References a standard color from the configuration.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>name</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>font</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilFontTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes a standard FONT tag pair.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>color</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>size</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>link</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilLinkTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes an A tag with the URL possibly modified by the system.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>href</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>type</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>aclass</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>target</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>title</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>escape</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilEscapeTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Escapes its content so that it's not interpreted as HTML.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>urlencode</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilURLEncodeTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>URL-encodes its content.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>stock_message</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilStockMessageTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>References a stock message from the configuration file.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>key</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>button</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilButtonTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts a standard button graphic.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>id</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>type</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>header</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilHeaderTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Inserts a standard content header.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>title</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>stocktitle</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>subtitle</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>stocksubtitle</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>title</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilTitleTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies a title for the content header.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>subtitle</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilSubtitleTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies a subtitle for the content header.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>menuheader</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilMenuHeaderTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Demarcates a block that becomes a "menu" header. Contains util:menuheaderitem tags.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>caption</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>menuheaderitem</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilMenuHeaderItemTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Denotes an item for a menu header. Must be contained within a util:menuheader tag.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>selected</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>href</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilHrefTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies a HREF link and type for the util:menuheaderitem and util:xlink tags.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>type</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>text</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilTextTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies the text for the util:menuheaderitem and util:xlink tags.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>form</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilFormTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes a FORM tag with the URL possibly modified by the system.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>verb</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>action</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>true</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>type</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>aclass</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>isfile</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>stdbullet</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilStdBulletTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the standard "bullet" graphic.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>xlink</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilXLinkTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes an A tag built up piecemeal with util:text and util:href.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>aclass</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>target</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>expand_servlet</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilExpandServletTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Expands the servlet address in its body into a full URL.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>image</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilImageTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Inserts an IMG tag with its URL optionally fixed up.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>src</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>fixup</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>alt</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>width</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>height</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>border</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
2002-01-06 21:22:03 -07:00
|
|
|
<attribute>
|
|
|
|
<name>align</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>hspace</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>vspace</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
<attribute>
|
|
|
|
<name>usemap</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>alt</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilAltTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies the ALT text for the util:image tag.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>linktitle</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilLinkTitleTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies a title for the xlink tag.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
2002-01-07 00:30:26 -07:00
|
|
|
<tag>
|
|
|
|
<name>target</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilTargetTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Supplies a target for the xlink tag.</description>
|
2002-01-07 00:30:26 -07:00
|
|
|
</tag>
|
|
|
|
|
2002-02-02 00:16:28 -07:00
|
|
|
<tag>
|
|
|
|
<name>call_jsp</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.UtilCallJSPTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Calls another JSP page from within this one.</description>
|
2002-02-02 00:16:28 -07:00
|
|
|
<attribute>
|
|
|
|
<name>name</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
2002-01-06 19:05:37 -07:00
|
|
|
</taglib>
|