TLD file for JSTL-1.2 base FN

Source: Internet
Author: User
Tags tld

Li Wu:
Good study and thinking, honouring teachers save Thanksgiving. Leaf See root three return to one, rivers the same oneness.
Meekness Conscience Lord, willing to do without regrets to the most bitter. Reading exercise strong body and mind, Prudential advised and the line and cherish.

Posterity to this can follow this template, convenient one or two, to the most bitter mind is not wasted.

<?xml version= "1.0" encoding= "UTF-8"?><!--do no ALTER or REMOVE COPYRIGHT notices or this HEADER. Copyright (c) Oracle and/or its affiliates.    All rights reserved. The contents of this file is subject to the terms of either, the GNU general public, License Version 2 only ("GPL") or T  He Common development and distribution License ("CDDL") (collectively, the "License").  You are not a use of this file except in compliance with the License. You can obtain a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html or Packager/legal  /license.txt.    See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License file    R/legal/license.txt. GPL Classpath Exception:oracle designates this particular file as subject to the "Classpath" Exception as provided By Oracle in the GPL Version 2 section of the License file is accompanied this code. Modifications:if applicable, add the following below the License Header, with the fields enclosed by brackets [] re    Placed by your own identifying information: "Portions copyright [year] [name of copyright owner]" contributor (s): If you wish your version of this file to being governed by only the CDDL or the GPL version 2, indicate your Decisio n by adding "[contributor] elects to include this software in this distribution under the [CDDL or GPL Version 2] Li  Cense. " If you don ' t indicate a single choice of license, a recipient have the option to distribute your version of this file UN  Der either the CDDL, the GPL Version 2 or to extend the choice of license to its licensees as provided above. However, if you add GPL version 2 code and therefore, elected the GPL version 2 license, then the option applies onl    Y if the new code is made subject to such option by the copyrightHolder.--><taglib xmlns= "Http://java.sun.com/xml/ns/j2ee" xmlns:xsi= "http://www.w3.org/2001/ Xmlschema-instance "xsi:schemalocation=" Http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ Web-jsptaglibrary_2_0.xsd "version=" 2.0 "> <description>jstl 1.1 Functions library</description> < Display-name>jstl functions</display-name> <tlib-version>1.1</tlib-version> <short-name >fn</short-name> <uri>http://java.sun.com/jsp/jstl/functions</uri> <function> <    Description> Tests If an input string contains the specified substring. </description> <name>contains</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature>boolean Contains (java.lang.String, java.lang.String) </function-signature> <example> <c:if test= "${fn:contai NS (name, SearchString)} "> </example> </function> <function> <description> Tests If an input string contains the specified substring I    n a case insensitive the. </description> <name>containsIgnoreCase</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature>boolean Containsignorecase (java.lang.String, java.lang.String) </function-signature> <example> <c:if test= "$ {fn:containsignorecase (name, SearchString)} "> </example> </function> <function> <descripti    On> Tests If an input string ends with the specified suffix. </description> <name>endsWith</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature>boolean EndsWith (java.lang.String, java.lang.String) </function-signature> <example> <c:if test= "${fn:endswi th (filename, ". txt")} "> </example> </function> <function> <description> Escapes characters that could    be interpreted as XML markup. </description> <name>escapeXml</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String escapexml (java.lang.String) </function-signature> <example> ${fn:escapexml (param:info  )} </example> </function> <function> <description> Returns the index withing a string    Of the first occurrence of a specified substring. </description> <name>indexOf</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature>int IndexOf ( Java.lang.String, java.lang.String) </function-signature> <example> ${fn:indexof (name, "-")} </ex Ample> </function> <function>   <description> Joins all elements of an array into a string. </description> <name>join</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String join (java.lang.string[], java.lang.String) </function-signature> <example> ${fn:join (A    Rray, ";")} </example> </function> <function> <description> Returns The number of items in a collect    Ion, or the number of characters in a string. </description> <name>length</name> <function-class> org.apache.taglibs.standard.functions.functions</function-class> <function-signature>int Length ( Java.lang.Object) </function-signature> <example> ${fn:length (shoppingcart.products)} in your    Shopping cart. </example> </function> <function> <description> Returns a string ResulTing from replacing on a input string all occurrences of a ' before ' string into an ' after ' substring. </description> <name>replace</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String replace (java.lang.String, java.lang.String, java.lang.String) </function-signature> <    Example> ${fn:replace (text, "-", "?")} </example> </function> <function> <description> splits a string to an array of Substri    Ngs. </description> <name>split</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.string[] Split (java.lang.String, java.lang.String) </function-signature> <example> ${fn:split    (Customernames, ";")} </example> </function> <function> <description> Tests If a input string starts with the specified prefix. </description> <name>startsWith</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature>boolean StartsWith (java.lang.String, java.lang.String) </function-signature> <example> <c:if test= "${fn:star Tswith (product.id, "100-")} "> </example> </function> <function> <description> Retu    RNs a subset of a string. </description> <name>substring</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String substring (java.lang.String, int, int) </function-signature> <example> p.o. Box: ${fn:s Ubstring (Zip, 6,-1)} </example> </function> <function> <description> Returns a subse    T of a string following a specific substring.</description> <name>substringAfter</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String Substringafter (java.lang.String, java.lang.String) </function-signature> <example> P.O . Box: ${fn:substringafter (Zip, "-")} </example> </function> <function> <description> R    Eturns a subset of a string before a specific substring. </description> <name>substringBefore</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String Substringbefore (java.lang.String, java.lang.String) </function-signature> <example> Zi P (without P.O. Box): ${fn:substringbefore (Zip, "-")} </example> </function> <function> <desc Ription> converts all of the characters of a string to lower CASe. </description> <name>toLowerCase</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String toLowerCase (java.lang.String) </function-signature> <example> Product Name: ${fn.tolow  Ercase (Product.name)} </example> </function> <function> <description> converts all of    The characters of a string to upper case. </description> <name>toUpperCase</name> <function-class> Org.apache.taglibs.standard.functions.functions</function-class> <function-signature> Java.lang.String touppercase (java.lang.String) </function-signature> <example> Product name: ${FN. Uppercase (Product.name)} </example> </function> <function> <description> removes whit    e spaces from both ends of a string. </description> <name>trim</name> <function-class>org.apache.taglibs.standard.functions.Functions</function-class> < Function-signature>java.lang.string Trim (java.lang.String) </function-signature> <example> Name: ${f N.trim (name)} </example> </function></taglib>

TLD file for JSTL-1.2 base FN

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.