TCWeb使用的tablib标准[1]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 rategy 的 blog

  • 今天明确发现tcweb使用的tablib是遵循http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd标准的。
  • 这里引一下全文
  • <!--
    copyright 1999 sun microsystems, inc. 901 san antonio road,
    palo alto, ca  94303, u.s.a.  all rights reserved.
     
    this product or document is protected by copyright and distributed
    under licenses restricting its use, copying, distribution, and
    decompilation.  no part of this product or documentation may be
    reproduced in any form by any means without prior written authorization
    of sun and its licensors, if any. 

    third party software, including font technology, is copyrighted and
    licensed from sun suppliers.

    sun, sun microsystems, the sun logo, solaris, java, javaserver pages, java
    naming and directory interface, jdbc, jdk, javamail and enterprise javabeans,
    are trademarks or registered trademarks of sun microsystems, inc in the u.s.
    and other countries.

    all sparc trademarks are used under license and are trademarks
    or registered trademarks of sparc international, inc.
    in the u.s. and other countries. products bearing sparc
    trademarks are based upon an architecture developed by sun microsystems, inc.

    postscript is a registered trademark of adobe systems, inc.

     
    federal acquisitions: commercial software - government users subject to
    standard license terms and conditions.


     
    documentation is provided "as is" and all express or implied
    conditions, representations and warranties, including any
    implied warranty of merchantability, fitness for a particular
    purpose or non-infringement, are disclaimed, except
    to the extent that such disclaimers are held to be legally
    invalid.

    _________________________________________________________________________
    copyright 1999 sun microsystems, inc.,
    901 san antonio road, palo alto, ca  94303, etats-unis.
    tous droits re'serve's.
     

    ce produit ou document est prote'ge' par un copyright et distribue' avec
    des licences qui en restreignent l'utilisation, la copie, la distribution,
    et la de'compilation.  aucune partie de ce produit ou de sa documentation
    associe'e ne peut e^tre reproduite sous aucune forme, par quelque moyen
    que ce soit, sans l'autorisation pre'alable et e'crite de sun et de ses
    bailleurs de licence, s'il y en a. 

    le logiciel de'tenu par des tiers, et qui comprend la technologie
    relative aux polices de caracte`res, est prote'ge' par un copyright
    et licencie' par des fournisseurs de sun.
     
    sun, sun microsystems, le logo sun, solaris, java, javaserver pages, java
    naming and directory interface, jdbc, jdk, javamail, et enterprise javabeans, 
    sont des marques de fabrique ou des marques de'pose'es de sun
    microsystems, inc. aux etats-unis et dans d'autres pays.
     
    toutes les marques sparc sont utilise'es sous licence et sont
    des marques de fabrique ou des marques de'pose'es de sparc
    international, inc. aux etats-unis et  dans
    d'autres pays. les produits portant les marques sparc sont
    base's sur une architecture de'veloppe'e par sun microsystems, inc. 

    postcript est une marque enregistre'e d'adobe systems inc.
     
    la documentation est fournie "en l'etat" et toutes autres conditions,
    declarations et garanties expresses ou tacites sont formellement exclues,
    dans la mesure autorisee par la loi applicable, y compris notamment
    toute garantie implicite relative a la qualite marchande, a l'aptitude
    a une utilisation particuliere ou a l'absence de contrefacon.
    -->


    <!--

       this is the dtd defining the javaserver pages 1.1 tag library
       descriptor (.tld) (xml) file format/syntax.

       a tag library is a jar file containing a valid instance of a tag library
       descriptor (taglib.tld) file in the meta-inf subdirectory, along with the
       appropriate implementing classes, and other resources required to
       implement the tags defined therein.

      -->

    <!--
    the taglib tag is the document root, it defines:

    tlibversion the version of the tag library implementation
    jspversion the version of jsp the tag library depends upon

    shortname a simple default short name that could be used by
      a jsp authoring tool to create names with a mnemonic
      value; for example, the it may be used as the prefered
      prefix value in taglib directives
    uri  a uri uniquely identifying this taglib
    info  a simple string describing the "use" of this taglib,
      should be user discernable

    本文关键:TCWeb使用的tablib标准
      相关方案
    Google
     

    本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

    go top