java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld
changeset 134 4bd1e353c527
parent 69 4964cf581166
child 145 0efefbf5f8b6
     1.1 --- a/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld	Tue Jun 08 13:29:13 2010 +0200
     1.2 +++ b/java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld	Tue Jun 08 14:42:00 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>