java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld
author František Kučera <franta-hg@frantovo.cz>
Sun Jun 20 14:46:47 2010 +0200 (2010-06-20)
changeset 145 0efefbf5f8b6
parent 134 4bd1e353c527
child 154 bf21a4abea9b
permissions -rw-r--r--
Formátování kódu, důsledné používání tabulátorů, drobné úpravy, StringBuilder
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <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">
     3 	<tlib-version>1.0</tlib-version>
     4 	<short-name>nkfn</short-name>
     5 	<uri>/WEB-INF/nekurakFunkce</uri>
     6 
     7 	<function>
     8 		<name>fotka</name>
     9 		<description>Sestaví URL na fotku s daným ID.</description>
    10 		<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
    11 		<function-signature>java.lang.String fotka(int, boolean)</function-signature>
    12 	</function>
    13 	<function>
    14 		<name>maFotky</name>
    15 		<description>Zda podnik má přiřazené nějaké fotky</description>
    16 		<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
    17 		<function-signature>boolean maFotky(cz.frantovo.nekurak.dto.Podnik)</function-signature>
    18 	</function>
    19 	<function>
    20 		<name>zkontrolujKomentar</name>
    21 		<description>Provede validaci komentáře oproti XML schématu</description>
    22 		<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
    23 		<function-signature>boolean zkontrolujKomentar(java.lang.String)</function-signature>
    24 	</function>
    25 
    26 </taglib>