亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? struts-html-el.tld

?? structs源碼
?? TLD
?? 第 1 頁 / 共 5 頁
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Id: struts-html-el.tld 482910 2006-12-06 05:43:57Z pbenedict $

    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
   
         http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<!DOCTYPE taglib PUBLIC
        "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
    <tlib-version>1.3</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>html</short-name>
    <uri>http://struts.apache.org/tags-html-el</uri>
    <description>
        <![CDATA[
        This taglib contains tags used to create struts
        input forms, as well as other tags generally useful
                in the creation of HTML-based user interfaces.
  Many of the tags in this tag library will throw a
  JspException at runtime when they are utilized incorrectly
  (such as when you specify an invalid combination of tag attributes).  JSP
  allows you to declare an "error page" in the &lt;%@ page %&gt;
  directive.  If you wish to process the actual exception that caused the
  problem, it is passed to the error page as a request attribute under key
  ]]>
        org.apache.struts.action.EXCEPTION.</description>
    <tag>
        <name>base</name>
        <tag-class>org.apache.strutsel.taglib.html.ELBaseTag</tag-class>
        <body-content>empty</body-content>
        <description>
            <![CDATA[
        <p><strong>Render an HTML <code>&lt;base&gt;</code> Element</strong></p>
        <p>Renders an HTML <code>&lt;base&gt;</code> element with an
        <code>href</code> attribute pointing to the absolute location of
        the enclosing JSP page.  This tag is valid only when nested inside
        an HTML <code>&lt;head&gt;</code> element.</p>
        <p>This tag is useful because it allows you to use relative URL
        references in the page that are calculated based on the URL of the
        page itself, rather than the URL to which the most recent submit
        took place (which is where the browser would normally resolve
        relative references against).</p>
      ]]>
        </description>
        <attribute>
            <name>target</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The window target for this base reference.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>server</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The server name to use instead of request.getServerName().</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>ref</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The reference from which the base uri will created.
            Possible values are:</p>
            <ul>
               <li>
                  <code>page</code> - The base uri will be the jsp page location. (default)</li>
               <li>
                  <code>site</code> - The base uri will be the application context path.</li>
            </ul>
         ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>button</name>
        <tag-class>org.apache.strutsel.taglib.html.ELButtonTag</tag-class>
        <description>
            <![CDATA[
            <p><strong>
            Render A Button Input Field
        </strong></p>
          <p>
                Renders an HTML <code>&lt;input&gt;</code> element of type
                <code>button</code>, populated from the specified value or the
                content of this tag body. This tag is only valid when nested
                inside a form tag body.
            </p>
         <p>
             If a graphical button is needed (a button with an image), then the
             <a href="#image"><code>image</code></a> tag is more appropriate.
            </p>
      ]]>
        </description>
        <attribute>
            <name>accesskey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The keyboard character used to move focus immediately to this
                element.
            </description>
        </attribute>
        <attribute>
            <name>alt</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The alternate text for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>altKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The message resources key of the alternate text for this
                element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>bundle</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                    The servlet context attributes key for the MessageResources
                    instance to use.  If not specified, defaults to the
                    application resources configured for our action servlet.
                
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>dir</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                <p>The direction for weak/neutral text for this element.</p>
                <dl><dt><b>Since:</b></dt>
                <dd>Struts 1.3.6</dd></dl>
                ]]>
            </description>
        </attribute>
        <attribute>
            <name>disabled</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
          Set to <code>true</code>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>indexed</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                Valid only inside of <code>logic-el:iterate</code>
            <code>c:forEach</code>
            <code>true</code>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>lang</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                <p>The language code for this element.</p>
                <dl><dt><b>Since:</b></dt>
                <dd>Struts 1.3.6</dd></dl>
                ]]>
            </description>
        </attribute>
        <attribute>
            <name>onblur</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element loses
                input
                focus.
            </description>
        </attribute>
        <attribute>
            <name>onchange</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element loses
                input
                focus and its value has changed.
            </description>
        </attribute>
        <attribute>
            <name>onclick</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives a
                mouse click.
            </description>
        </attribute>
        <attribute>
            <name>ondblclick</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives a
                mouse double click.
            </description>
        </attribute>
        <attribute>
            <name>onfocus</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives
                input
                focus.
            </description>
        </attribute>
        <attribute>
            <name>onkeydown</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is depressed.
            </description>
        </attribute>
        <attribute>
            <name>onkeypress</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is depressed and released.
            </description>
        </attribute>
        <attribute>
            <name>onkeyup</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is released.
            </description>
        </attribute>
        <attribute>
            <name>onmousedown</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the mouse
                pointer and a mouse button is depressed.
            </description>
        </attribute>
        <attribute>
            <name>onmousemove</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the
                mouse pointer and the pointer is moved.
            </description>
        </attribute>
        <attribute>
            <name>onmouseout</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element was under
                the
                mouse pointer but the pointer was moved outside the element.
            </description>
        </attribute>
        <attribute>
            <name>onmouseover</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element was not
                under
                the mouse pointer but the pointer is moved inside the element.
            </description>
        </attribute>
        <attribute>
            <name>onmouseup</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the
                mouse pointer and a mouse button is released.
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>true</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                Name of the request parameter that will be included with this
                submission, set to the specified value.
            </description>
        </attribute>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色狠狠桃花综合| 国产精品网站在线播放| 欧美在线影院一区二区| 97国产一区二区| 97精品国产露脸对白| 国产精品五月天| 久久精品欧美一区二区三区不卡 | 日韩一区中文字幕| 中文字幕一区日韩精品欧美| 亚洲欧洲日韩女同| 亚洲毛片av在线| 亚洲一级二级在线| 日韩专区欧美专区| 九色综合国产一区二区三区| 韩国毛片一区二区三区| 成人一区二区视频| 色综合久久综合中文综合网| 欧美日韩在线观看一区二区 | 成人18视频日本| 91免费精品国自产拍在线不卡| 91蜜桃婷婷狠狠久久综合9色| 91成人在线免费观看| 欧美日韩另类国产亚洲欧美一级| 欧美一级在线视频| 久久亚洲免费视频| 18欧美乱大交hd1984| 亚洲国产欧美日韩另类综合| 强制捆绑调教一区二区| 国产东北露脸精品视频| 91丝袜国产在线播放| 欧美精品aⅴ在线视频| 亚洲精品一区二区精华| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ原创 | 国精产品一区一区三区mba视频| 国产成+人+日韩+欧美+亚洲| 日本久久一区二区| 日韩亚洲欧美中文三级| 国产精品水嫩水嫩| 性久久久久久久| 国产成人亚洲综合a∨猫咪| 色88888久久久久久影院按摩| 欧美一区二区三区在线电影 | 国产制服丝袜一区| 91伊人久久大香线蕉| 欧美一级欧美三级| 亚洲欧美一区二区在线观看| 亚洲成人午夜影院| 国产福利精品导航| 欧美久久久久中文字幕| 欧美高清在线一区| 性久久久久久久久久久久| 国产激情视频一区二区三区欧美 | 秋霞成人午夜伦在线观看| 粉嫩嫩av羞羞动漫久久久| 欧美日韩视频在线观看一区二区三区| 久久天天做天天爱综合色| 亚洲国产精品一区二区久久恐怖片 | 久久久五月婷婷| 一区2区3区在线看| 国产精品香蕉一区二区三区| 精品视频1区2区3区| 欧美国产禁国产网站cc| 奇米在线7777在线精品| 91在线视频18| 2021中文字幕一区亚洲| 午夜电影网亚洲视频| av在线播放不卡| 精品国产一区二区三区不卡| 亚洲最新在线观看| 粉嫩aⅴ一区二区三区四区 | 欧美国产综合一区二区| 日本中文字幕一区二区有限公司| 91小视频在线观看| 久久精品一区四区| 免费在线看成人av| 欧美伊人久久久久久久久影院 | 精品对白一区国产伦| 亚洲一区二区五区| 不卡区在线中文字幕| 精品国产区一区| 欧美a级理论片| 欧美性猛片aaaaaaa做受| 一色屋精品亚洲香蕉网站| 国产一区二区三区视频在线播放| 欧美高清一级片在线| 亚洲综合在线免费观看| 成人av网在线| 中文字幕高清不卡| 国产精品原创巨作av| 欧美电影免费观看高清完整版在线观看 | 亚洲妇女屁股眼交7| 成人h版在线观看| 国产日韩精品视频一区| 国产综合色视频| 日韩欧美成人一区| 美女任你摸久久 | 亚洲精品你懂的| 91论坛在线播放| 最新国产の精品合集bt伙计| 成人免费视频免费观看| 中文av一区二区| 成人精品在线视频观看| 国产精品沙发午睡系列990531| 国产成人自拍网| 中文字幕第一区| 国产精品视频麻豆| 国产a久久麻豆| 国产精品免费看片| 99在线精品一区二区三区| 亚洲私人影院在线观看| 91网站视频在线观看| 亚洲综合区在线| 欧美日本在线视频| 日本特黄久久久高潮| 日韩女优视频免费观看| 国产一区二区影院| 日本一区二区视频在线观看| 成人a区在线观看| 亚洲黄色录像片| 欧美日韩国产成人在线免费| 免费高清不卡av| 久久久精品国产99久久精品芒果 | 欧美综合一区二区| 午夜欧美视频在线观看| 日韩欧美亚洲国产精品字幕久久久| 久久精品国产亚洲高清剧情介绍 | 亚洲色图另类专区| 欧美性生活久久| 免费人成精品欧美精品| 久久久久久久久久美女| 93久久精品日日躁夜夜躁欧美| 亚洲自拍偷拍综合| 欧美一二三区精品| 国产成人精品三级麻豆| 一区二区三区免费观看| 日韩精品一区二区三区在线播放 | 亚洲成av人片一区二区梦乃| 日韩免费电影一区| 成人高清视频在线观看| 亚洲一区二区三区在线看| 日韩女优av电影| jlzzjlzz欧美大全| 青青草原综合久久大伊人精品| 国产日韩欧美一区二区三区乱码| 色先锋久久av资源部| 男女性色大片免费观看一区二区 | 一区二区三区小说| 日韩欧美在线观看一区二区三区| 成人动漫精品一区二区| 视频在线观看一区| 国产精品嫩草影院com| 欧美一区二区在线免费观看| 成人精品视频一区| 日本美女一区二区三区| 国产精品久久久久影院| 91精品视频网| 99久久99久久综合| 另类调教123区| 一区二区三区不卡视频| 久久丝袜美腿综合| 88在线观看91蜜桃国自产| 成人免费视频国产在线观看| 免费高清在线视频一区·| 亚洲乱码国产乱码精品精98午夜 | 欧美日韩国产小视频在线观看| 国产福利精品一区二区| 日韩精品一二三| 成人欧美一区二区三区小说 | ●精品国产综合乱码久久久久| 日韩欧美国产麻豆| 欧美亚洲自拍偷拍| 不卡一区二区中文字幕| 国内精品不卡在线| 日本中文字幕一区二区视频| 夜夜精品浪潮av一区二区三区| 国产女主播视频一区二区| 日韩精品中文字幕在线不卡尤物| 91黄色激情网站| 成人精品gif动图一区| 精品亚洲aⅴ乱码一区二区三区| 亚洲一区自拍偷拍| 亚洲婷婷国产精品电影人久久| 久久久天堂av| 欧美tickle裸体挠脚心vk| 6080日韩午夜伦伦午夜伦| 在线精品视频免费播放| 成人黄页在线观看| 国产成人午夜精品影院观看视频| 奇米四色…亚洲| 日本精品一区二区三区高清 | 国产午夜亚洲精品不卡| 日韩一区二区在线免费观看| 欧美日韩精品免费观看视频| 99久久婷婷国产综合精品电影| 国产高清成人在线| 国产传媒欧美日韩成人| 国产激情一区二区三区四区| 国产一区二三区| 国产精品一区二区无线| 国产在线视频不卡二|