1.1 --- a/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld Sat Jun 19 14:37:11 2010 +0200
1.2 +++ b/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld Sun Jun 20 14:46:47 2010 +0200
1.3 @@ -1,26 +1,26 @@
1.4 <?xml version="1.0" encoding="UTF-8"?>
1.5 <taglib version="2.1" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd">
1.6 - <tlib-version>1.0</tlib-version>
1.7 - <short-name>nkfn</short-name>
1.8 - <uri>/WEB-INF/nekurakFunkce</uri>
1.9 + <tlib-version>1.0</tlib-version>
1.10 + <short-name>nkfn</short-name>
1.11 + <uri>/WEB-INF/nekurakFunkce</uri>
1.12
1.13 - <function>
1.14 - <name>fotka</name>
1.15 - <description>Sestaví URL na fotku s daným ID.</description>
1.16 - <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.17 - <function-signature>java.lang.String fotka(int, boolean)</function-signature>
1.18 - </function>
1.19 - <function>
1.20 - <name>maFotky</name>
1.21 - <description>Zda podnik má přiřazené nějaké fotky</description>
1.22 - <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.23 - <function-signature>boolean maFotky(cz.frantovo.nekurak.dto.Podnik)</function-signature>
1.24 - </function>
1.25 - <function>
1.26 - <name>zkontrolujKomentar</name>
1.27 - <description>Provede validaci komentáře oproti XML schématu</description>
1.28 - <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.29 - <function-signature>boolean zkontrolujKomentar(java.lang.String)</function-signature>
1.30 - </function>
1.31 + <function>
1.32 + <name>fotka</name>
1.33 + <description>Sestaví URL na fotku s daným ID.</description>
1.34 + <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.35 + <function-signature>java.lang.String fotka(int, boolean)</function-signature>
1.36 + </function>
1.37 + <function>
1.38 + <name>maFotky</name>
1.39 + <description>Zda podnik má přiřazené nějaké fotky</description>
1.40 + <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.41 + <function-signature>boolean maFotky(cz.frantovo.nekurak.dto.Podnik)</function-signature>
1.42 + </function>
1.43 + <function>
1.44 + <name>zkontrolujKomentar</name>
1.45 + <description>Provede validaci komentáře oproti XML schématu</description>
1.46 + <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.47 + <function-signature>boolean zkontrolujKomentar(java.lang.String)</function-signature>
1.48 + </function>
1.49
1.50 </taglib>