4157f96fc43518a69cc73321cc1772246fd36beb
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.topologymodeler / src / main / webapp / WEB-INF / functions.tld
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 /*******************************************************************************
4  * Copyright (c) 2012-2013 University of Stuttgart.
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Eclipse Public License v1.0
7  * and the Apache License 2.0 which both accompany this distribution,
8  * and are available at http://www.eclipse.org/legal/epl-v10.html
9  * and http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Contributors:
12  *    Oliver Kopp - initial API and implementation and/or initial documentation
13  *******************************************************************************/
14 -->
15 <taglib
16         xmlns="http://java.sun.com/xml/ns/javaee"
17         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
19         version="2.1">
20
21         <tlib-version>1.0</tlib-version>
22         <short-name>Winery_TopologyModeler_Functions</short-name>
23         <uri>http://www.eclipse.org/winery/topologymodeler/functions</uri>
24
25         <function>
26                 <name>convertQNameWithNameListToNamespaceToLocalNameNamePairList</name>
27                 <function-class>org.eclipse.winery.topologymodeler.WineryUtil</function-class>
28                 <function-signature>java.util.SortedMap convertQNameWithNameListToNamespaceToLocalNameNamePairList(java.util.List)</function-signature>
29         </function>
30
31         <function>
32                 <name>escapeHtml4</name>
33                 <function-class>org.apache.commons.lang3.StringEscapeUtils</function-class>
34                 <function-signature>java.lang.String escapeHtml4(java.lang.String)</function-signature>
35         </function>
36 </taglib>