java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld
author František Kučera <franta-hg@frantovo.cz>
Sat Jan 08 20:18:27 2011 +0100 (2011-01-08)
changeset 154 bf21a4abea9b
parent 145 0efefbf5f8b6
permissions -rw-r--r--
Kategorie podniků (hospoda, bar, kavárna atd.)
- datový model (tabulky kategorie a podnik_kategorie)
- entity a mapování
- zobrazování formou štítků ve výpisu podniků
franta-hg@66
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@66
     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">
franta-hg@145
     3
	<tlib-version>1.0</tlib-version>
franta-hg@145
     4
	<short-name>nkfn</short-name>
franta-hg@145
     5
	<uri>/WEB-INF/nekurakFunkce</uri>
franta-hg@66
     6
franta-hg@145
     7
	<function>
franta-hg@145
     8
		<name>fotka</name>
franta-hg@145
     9
		<description>Sestaví URL na fotku s daným ID.</description>
franta-hg@145
    10
		<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
franta-hg@145
    11
		<function-signature>java.lang.String fotka(int, boolean)</function-signature>
franta-hg@145
    12
	</function>
franta-hg@145
    13
	<function>
franta-hg@145
    14
		<name>zkontrolujKomentar</name>
franta-hg@145
    15
		<description>Provede validaci komentáře oproti XML schématu</description>
franta-hg@145
    16
		<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
franta-hg@145
    17
		<function-signature>boolean zkontrolujKomentar(java.lang.String)</function-signature>
franta-hg@145
    18
	</function>
franta-hg@69
    19
franta-hg@66
    20
</taglib>