1.1 --- a/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld Tue Mar 16 13:32:31 2010 +0100
1.2 +++ b/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld Wed Jun 09 15:51:41 2010 +0200
1.3 @@ -16,5 +16,11 @@
1.4 <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.5 <function-signature>boolean maFotky(cz.frantovo.nekurak.dto.Podnik)</function-signature>
1.6 </function>
1.7 + <function>
1.8 + <name>zkontrolujKomentar</name>
1.9 + <description>Provede validaci komentáře oproti XML schématu</description>
1.10 + <function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
1.11 + <function-signature>boolean zkontrolujKomentar(java.lang.String)</function-signature>
1.12 + </function>
1.13
1.14 </taglib>