<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.4</tlibversion> <jspversion>1.1</jspversion> <shortname>Last wish taglib</shortname> <uri>http://www.servletsuite.com/servlets/lastwish</uri> <info>Last wish taglib</info> <tag> <name>lastWish</name> <tagclass>com.cj.lastwish.lastWishTag</tagclass> <bodycontent>empty</bodycontent> <info>Plans a call for session closing</info> <attribute> <name>object</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>method</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>cond</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib>