<?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.3</tlibversion>
<jspversion>1.1</jspversion>
<shortname>Lock taglib</shortname>
<uri>http://www.servletsuite.com/servlets/locktag</uri>
<info>Lock taglib</info>

<tag>
<name>lock</name>
<tagclass>com.cj.lock.lockTag</tagclass>
<bodycontent>tagdependent</bodycontent>
<info>Executes body under lock</info>

<attribute>
<name>semaphore</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>

<attribute>
<name>cond</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>

</tag>

</taglib>