java/nekurak.net-web/web/WEB-INF/nekurakFunkce.tld
author František Kučera <franta-hg@frantovo.cz>
Tue Mar 16 13:32:31 2010 +0100 (2010-03-16)
changeset 69 4964cf581166
parent 68 df5aedafb826
child 134 4bd1e353c527
permissions -rw-r--r--
Hibernate: podniky budeme načítat včetně jejich fotek.
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@66
     3
    <tlib-version>1.0</tlib-version>
franta-hg@66
     4
    <short-name>nkfn</short-name>
franta-hg@66
     5
    <uri>/WEB-INF/nekurakFunkce</uri>
franta-hg@66
     6
franta-hg@66
     7
    <function>
franta-hg@66
     8
	<name>fotka</name>
franta-hg@66
     9
	<description>Sestaví URL na fotku s daným ID.</description>
franta-hg@66
    10
	<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
franta-hg@66
    11
	<function-signature>java.lang.String fotka(int, boolean)</function-signature>
franta-hg@66
    12
    </function>
franta-hg@68
    13
    <function>
franta-hg@68
    14
	<name>maFotky</name>
franta-hg@68
    15
	<description>Zda podnik má přiřazené nějaké fotky</description>
franta-hg@68
    16
	<function-class>cz.frantovo.nekurak.web.FunkceEL</function-class>
franta-hg@68
    17
	<function-signature>boolean maFotky(cz.frantovo.nekurak.dto.Podnik)</function-signature>
franta-hg@68
    18
    </function>
franta-hg@69
    19
franta-hg@66
    20
</taglib>