亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
精品一区二区三区久久久| 欧美在线免费观看亚洲| 91美女在线看| 日韩一区二区三区视频在线观看 | 中文字幕在线观看一区| 午夜精品一区二区三区电影天堂 | 午夜精品国产更新| 成人av电影在线| 欧美va日韩va| 日日夜夜精品视频免费| 91网上在线视频| 国产午夜亚洲精品午夜鲁丝片| 亚洲成av人片| 日本精品视频一区二区| 中文一区一区三区高中清不卡| 日韩成人精品视频| 欧美日韩另类国产亚洲欧美一级| 国产精品久久久久久久久晋中 | 亚洲色图欧洲色图婷婷| 另类的小说在线视频另类成人小视频在线 | 一区二区三区四区在线播放| 国产精品综合av一区二区国产馆| 欧美成人三级电影在线| 肉肉av福利一精品导航| 欧美撒尿777hd撒尿| 亚洲精品视频自拍| 成人av在线播放网站| 国产人久久人人人人爽| 韩国精品主播一区二区在线观看| 欧美一区二区三区在线电影| 舔着乳尖日韩一区| 欧美制服丝袜第一页| 一区二区理论电影在线观看| 色综合视频在线观看| 亚洲色图欧洲色图婷婷| 99re这里都是精品| 亚洲欧美日本在线| 欧美在线高清视频| 亚洲国产精品人人做人人爽| 欧美亚洲国产bt| 天天操天天干天天综合网| 欧美性色黄大片| 男人的天堂久久精品| 日韩美女一区二区三区四区| 免费日韩伦理电影| 精品毛片乱码1区2区3区| 韩国一区二区视频| 国产欧美日产一区| 色综合婷婷久久| 午夜激情久久久| 91精品国产一区二区| 久久 天天综合| 国产午夜亚洲精品午夜鲁丝片| 国产91精品欧美| 亚洲欧美另类小说| 在线电影院国产精品| 狠狠色丁香久久婷婷综| 中文字幕 久热精品 视频在线| 91免费视频观看| 五月天一区二区三区| 337p日本欧洲亚洲大胆精品 | 久久久91精品国产一区二区精品 | 色偷偷久久人人79超碰人人澡| 一区二区三区四区不卡在线| 欧美精品亚洲一区二区在线播放| 美女免费视频一区| 国产三级欧美三级| 欧美亚洲一区三区| 韩国成人在线视频| 一区二区三区色| 日韩女优av电影| 99re这里只有精品视频首页| 免费黄网站欧美| 国产精品国产三级国产| 欧美精品xxxxbbbb| 不卡一区二区三区四区| 日韩激情在线观看| 国产欧美日本一区视频| 欧美日韩小视频| 成人午夜短视频| 日韩电影免费在线观看网站| 一区免费观看视频| 亚洲精品在线电影| 欧美午夜不卡视频| 国产不卡视频一区| 麻豆一区二区三区| 一区二区三区日韩| 久久精品人人做| 欧美一区二区三区播放老司机| 91丝袜美女网| 国产一区二区不卡在线 | 激情综合色综合久久| 亚洲精品五月天| 国产午夜亚洲精品羞羞网站| 欧美一区二区三区在线观看| 在线区一区二视频| 99免费精品视频| 国产精品资源网| 蜜臀av一级做a爰片久久| 亚洲黄一区二区三区| 国产日韩影视精品| www国产精品av| 欧美一区欧美二区| 欧美日韩的一区二区| 色综合欧美在线| 91玉足脚交白嫩脚丫在线播放| 国产原创一区二区三区| 久久超碰97中文字幕| 日本怡春院一区二区| 天堂精品中文字幕在线| 亚洲综合色视频| 一区二区三区中文在线观看| 国产精品福利一区| 国产精品色噜噜| 国产精品麻豆一区二区| 亚洲国产成人午夜在线一区| 国产欧美日韩综合精品一区二区| 久久久午夜精品| 久久久亚洲国产美女国产盗摄| 久久免费的精品国产v∧| 久久夜色精品国产噜噜av | 91精品国产综合久久国产大片| 欧美日韩在线免费视频| 欧美色男人天堂| 欧美日韩电影在线播放| 91精品在线免费| 欧美一区二区精品在线| 欧美mv日韩mv国产网站app| 久久精品亚洲国产奇米99| 中文字幕av免费专区久久| 成人欧美一区二区三区黑人麻豆| 国产精品护士白丝一区av| 18成人在线观看| 亚洲国产精品久久艾草纯爱| 三级欧美韩日大片在线看| 免费精品视频最新在线| 国产麻豆视频精品| 99re视频精品| 7878成人国产在线观看| 精品免费日韩av| 欧美国产欧美亚州国产日韩mv天天看完整| 中文字幕av一区 二区| 又紧又大又爽精品一区二区| 欧美又粗又大又爽| 日韩高清不卡在线| 青草av.久久免费一区| 久久精品国产第一区二区三区| 久久er精品视频| 成人美女视频在线观看18| 一本一道综合狠狠老| 日韩无一区二区| 中文字幕在线一区免费| 亚洲二区视频在线| 国产精品夜夜嗨| 欧美天堂亚洲电影院在线播放| 日韩精品最新网址| 亚洲天堂免费在线观看视频| 天使萌一区二区三区免费观看| 韩国欧美国产一区| 91国产福利在线| 久久综合999| 亚洲午夜精品在线| 成人综合日日夜夜| 欧美一区二区三区四区在线观看 | 成人福利视频在线看| 欧美蜜桃一区二区三区| 久久久久久久久岛国免费| 亚洲欧美日韩中文字幕一区二区三区| 免费在线看成人av| 色综合久久88色综合天天6| 久久久久久久久久电影| 日韩高清一级片| 色悠悠久久综合| 国产欧美日韩综合| 久久99精品国产麻豆婷婷| 91久久香蕉国产日韩欧美9色| 欧美精品一区二区三区蜜桃| 亚洲一级片在线观看| kk眼镜猥琐国模调教系列一区二区 | 日韩一卡二卡三卡国产欧美| 一区二区三区精品| 99re6这里只有精品视频在线观看| 精品免费日韩av| 奇米影视在线99精品| 欧美午夜不卡在线观看免费| 中日韩av电影| 国产在线精品不卡| 日韩精品一区二区三区中文不卡| 亚洲自拍都市欧美小说| 91久久香蕉国产日韩欧美9色| 国产女人18毛片水真多成人如厕| 久草热8精品视频在线观看| 欧美肥妇毛茸茸| 天堂午夜影视日韩欧美一区二区| 欧洲av在线精品| 亚洲第一电影网| 欧美日韩精品一区二区三区| 亚洲一二三区视频在线观看| 欧美在线短视频| 亚洲国产精品久久一线不卡|