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

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

?? html_basic.tld

?? 開發工具為myeclipse,數據庫為oracle
?? TLD
?? 第 1 頁 / 共 5 頁
字號:
          Advisory title information about markup elements generated
          for this component.
      </description>
    </attribute>
    <attribute>
      <name>type</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
         Type of button to create.  Valid values are "submit" and
         "reset".  If not specified, or not a valid value, the default
         value is "submit".
      </description>
    </attribute>
    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
         The value binding expression linking this component to a property in a backing bean
      </description>
    </attribute>
  </tag>
  <tag>
    <name>commandLink</name>
    <tag-class>com.sun.faces.taglib.html_basic.CommandLinkTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      <![CDATA[<p>Render an HTML "a" anchor element that acts like a
      form submit button when clicked.</p><p>General Behaviour</p><p>Both the encode and decode behavior require the ability to get
      the id/name for a hidden field whose value is set by the
      JavaScript form submit.  This name must be constructed as
      follows:</p><ul><li><p>Get the clientId for the form of which this component is a
      child.</p></li><li><p>Append<code>NamingContainer.SEPARATOR_CHAR</code>.</p></li><li><p>Append a constant string that is the same for all command
      link components in the tree.</p></li></ul><p>In the following text, this String is called
      hiddenFieldName.</p><p>Decode Behavior</p><ul><p>Obtain the "clientId" property of the component.  Obtain the<code>Map</code> from the "requestParameterMap" property of the<code>ExternalContext</code>.  Derive hiddenFieldName as above.
      Get the entry in the <code>Map</code> under the key that is the
      hiddenFieldName.  If the there is no entry, or the entry is the
      empty String, or the entry is not equal to the value of the
      "clientId" property, return immediately.  If there is an entry,
      and its value is equal to the value of the "clientId" property,
      create a new <code>javax.faces.event.ActionEvent</code> instance
      around the component and call <code>queueActionEvent()</code> on
      the component, passing the event.</p></ul><p>Encode Behavior</p><ul><p>Render "#" as the value of the "href" attribute. Render the current 
      value of the component as the link text if it is specified. Render 
      javascript that is functionally equivalent to the following as the value 
      of the "onclick" attribute:</p><p><code>document.forms['CLIENT_ID']['hiddenFieldName'].value='CLIENT_ID';
      document.forms['CLIENT_ID']['PARAM1_NAME'].value='PARAM1_VALUE';
      document.forms['CLIENT_ID']['PARAM2_NAME'].value='PARAM2_VALUE';
      return false;</code></p><p>document.forms['CLIENT_ID'].submit()" where hiddenFieldName isas described above, CLIENT_ID is the clientId of the UICommand
      component, PARAM*_NAME and PARAM*_VALUE are the names and values,
      respectively, of any nested UIParameter children.  The name and
      the value must be URLEncoded.  If the "styleClass" attribute is
      specified, render its value as the value of the "class" attribute.
      Render any non-UIParameter children as normal inside of the "a"
      element.  These will appear as the link text.  Allow the form
      renderer to output a single "input" element (for the entire page,
      regardless of how many command link components are in the page) of
      "type" "hidden" whose "name" is the value of hiddenFieldName, and
      which must not have a "value" attribute.  Multiple occurrences of
      command link components in the tree should not cause multiple
      hiddenFieldName hidden fields.  Allow the form renderer to output
      an "input" element of "type" "hidden" for each of the nested
      UIParameter children, taking the name property (but not the value)
      from each one in turn.</p></ul>]]>
    </description>
    <attribute>
      <name>action</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          MethodBinding representing the application action to invoke when
          this component is activated by the user.  The expression must
          evaluate to a public method that takes no parameters, and returns
          a String (the logical outcome) which is passed to the
          NavigationHandler for this application.
      </description>
    </attribute>
    <attribute>
      <name>actionListener</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          MethodBinding representing an action listener method that will be
          notified when this component is activated by the user.  The
          expression must evaluate to a public method that takes an
          ActionEvent parameter, with a return type of void.
      </description>
    </attribute>
    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The component identifier for this component.  This value must be
          unique within the closest parent component that is a naming
          container.
      </description>
    </attribute>
    <attribute>
      <name>immediate</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Flag indicating that, if this component is activated by the user,
          notifications should be delivered to interested listeners and actions
          immediately (that is, during Apply Request Values phase) rather than
          waiting until Invoke Application phase.
      </description>
    </attribute>
    <attribute>
      <name>rendered</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Flag indicating whether or not this component should be rendered
          (during Render Response Phase), or processed on any subsequent
          form submit.
      </description>
    </attribute>
    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The current value of this component.
      </description>
    </attribute>
    <attribute>
      <name>accesskey</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Access key that, when pressed, transfers focus
          to this element.
      </description>
    </attribute>
    <attribute>
      <name>charset</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The character encoding of the resource designated
          by this hyperlink.
      </description>
    </attribute>
    <attribute>
      <name>coords</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The position and shape of the hot spot on the screen
          (for use in client-side image maps).
      </description>
    </attribute>
    <attribute>
      <name>dir</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Direction indication for text that does not inherit directionality.
          Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
      </description>
    </attribute>
    <attribute>
      <name>hreflang</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The language code of the resource designated
          by this hyperlink.
      </description>
    </attribute>
    <attribute>
      <name>lang</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Code describing the language used in the generated markup
          for this component.
      </description>
    </attribute>
    <attribute>
      <name>onblur</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when this element loses focus.
      </description>
    </attribute>
    <attribute>
      <name>ondblclick</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          double clicked over this element.
      </description>
    </attribute>
    <attribute>
      <name>onfocus</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when this element receives focus.
      </description>
    </attribute>
    <attribute>
      <name>onkeydown</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          pressed down over this element.
      </description>
    </attribute>
    <attribute>
      <name>onkeypress</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          pressed and released over this element.
      </description>
    </attribute>
    <attribute>
      <name>onkeyup</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          released over this element.
      </description>
    </attribute>
    <attribute>
      <name>onmousedown</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          pressed down over this element.
      </description>
    </attribute>
    <attribute>
      <name>onmousemove</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved within this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseout</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved away from this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseover</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved onto this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseup</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          released over this element.
      </description>
    </attribute>
    <attribute>
      <name>rel</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The relationship from the current document
          to the anchor specified by this hyperlink.
          The value of this attribute is a space-separated
          list of link types.  
      </description>
    </attribute>
    <attribute>
      <name>rev</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          A reverse link from the anchor specified
          by this hyperlink to the current document.
          The value of this attribute is a space-separated
          list of link types.  
      </description>
    </attribute>
    <attribute>
      <name>shape</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The shape of the hot spot on the screen
          (for use in client-side image maps).  Valid
          values are:  default (entire region); rect
          (rectangular region); circle (circular region);
          and poly (polygonal region).
      </description>
    </attribute>
    <attribute>
      <name>style</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          CSS style(s) to be applied when this component is rendered.
      </description>
    </attribute>
    <attribute>
      <name>styleClass</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Space-separated list of CSS style class(es) to be applied when
          this element is rendered.  This value must be passed through
          as the "class" attribute on generated markup.
      </description>
    </attribute>
    <attribute>
      <name>tabindex</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Position of this element in the tabbing order
          for the current document.  This value must be
          an integer between 0 and 32767.
      </description>
    </attribute>
    <attribute>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一三区三区四区免费在线看| 欧美国产一区二区| 久久综合国产精品| 亚洲品质自拍视频网站| 蜜桃视频在线观看一区| 99re亚洲国产精品| 精品少妇一区二区三区免费观看 | 欧美videos大乳护士334| 国产精品女主播av| 狠狠v欧美v日韩v亚洲ⅴ| 91福利国产成人精品照片| 国产精品色哟哟| 国产一区二区三区不卡在线观看| 欧美三级视频在线| 亚洲精品一二三四区| 99在线精品免费| 久久久久免费观看| 九色porny丨国产精品| 欧美人狂配大交3d怪物一区| 亚洲三级小视频| 成人黄色电影在线 | 精品国产在天天线2019| 亚洲国产乱码最新视频| 欧日韩精品视频| 亚洲色图制服丝袜| 91丝袜美腿高跟国产极品老师 | 欧美va亚洲va在线观看蝴蝶网| 亚洲黄色小视频| 色综合中文字幕| 国产精品国产三级国产aⅴ原创| 国产成人精品网址| 国产人成亚洲第一网站在线播放 | 日韩av高清在线观看| 欧美日本在线看| 日本欧美一区二区三区乱码| 欧美精品一二三四| 偷拍一区二区三区| 欧美一区中文字幕| 久久精品二区亚洲w码| 日韩免费一区二区| 精品一区二区三区免费观看| 精品91自产拍在线观看一区| 久久疯狂做爰流白浆xx| 久久综合一区二区| 国产凹凸在线观看一区二区| 国产精品乱子久久久久| 在线视频综合导航| 亚瑟在线精品视频| 日韩精品一区二区三区视频在线观看 | 日韩成人精品在线观看| 91精品国产丝袜白色高跟鞋| 美女在线视频一区| 国产亚洲成年网址在线观看| www.av亚洲| 亚洲成av人在线观看| 欧美一区二区三区免费大片| 国产精品一区免费在线观看| 国产精品久久久久永久免费观看 | jizz一区二区| 亚洲国产日韩av| 日韩三级中文字幕| 岛国精品在线观看| 一区二区在线观看视频在线观看| 欧美三级日韩三级国产三级| 国内精品国产三级国产a久久| 中文字幕一区二区不卡| 欧美老肥妇做.爰bbww视频| 国产在线麻豆精品观看| 自拍偷自拍亚洲精品播放| 91麻豆精品国产91久久久使用方法| 美国一区二区三区在线播放| 国产精品福利一区二区| 在线播放欧美女士性生活| 国产高清在线精品| 亚洲成人在线网站| 国产日韩欧美一区二区三区综合| 在线观看视频欧美| 国产米奇在线777精品观看| 亚洲国产色一区| 中文字幕一区二区三区精华液| 欧美喷潮久久久xxxxx| 成人黄色电影在线| 美女脱光内衣内裤视频久久网站| 国产精品久久久久桃色tv| 欧美一区二区三区四区久久| 91美女在线视频| 国产99久久久国产精品| 免费人成网站在线观看欧美高清| 国产精品久久久一本精品| 精品国偷自产国产一区| 欧美性猛片xxxx免费看久爱| www.久久久久久久久| 国产资源精品在线观看| 亚洲风情在线资源站| ㊣最新国产の精品bt伙计久久| 欧美α欧美αv大片| 91.麻豆视频| 欧美色综合网站| 色综合天天天天做夜夜夜夜做| 国产精品一卡二卡| 狠狠久久亚洲欧美| 麻豆精品视频在线| 婷婷国产v国产偷v亚洲高清| 亚洲国产综合色| 亚洲精品久久久蜜桃| 综合中文字幕亚洲| 中文字幕日韩av资源站| 国产欧美视频一区二区| 久久综合久久久久88| 日韩精品一区二| 精品久久久久久久久久久久久久久久久| 精品1区2区3区| 欧美欧美欧美欧美首页| 51精品国自产在线| 69p69国产精品| 欧美一区二区三区日韩| 精品日韩一区二区三区| 2022国产精品视频| 国产日韩欧美在线一区| 国产精品青草久久| 1024精品合集| 亚洲国产精品一区二区www| 丝袜诱惑制服诱惑色一区在线观看| 亚洲一区二三区| 丝袜亚洲精品中文字幕一区| 日韩高清不卡一区二区三区| 奇米精品一区二区三区四区| 久久激情综合网| 国产精品性做久久久久久| 岛国一区二区三区| 91九色最新地址| 欧美三级中文字| 欧美精品一区二区三| 国产精品色哟哟| 亚洲图片欧美综合| 加勒比av一区二区| 成人免费毛片高清视频| 91官网在线观看| 日韩一区二区三区四区| 国产日韩影视精品| 亚洲最新视频在线观看| 麻豆一区二区在线| 成人黄色免费短视频| 欧美日韩一区二区在线视频| 欧美电影免费观看完整版| 国产午夜精品在线观看| 亚洲综合久久久| 精品一区二区三区视频| 99精品视频一区二区三区| 欧美日本一区二区| 久久精品亚洲乱码伦伦中文| 亚洲综合一区在线| 国产在线精品一区二区不卡了| 91麻豆swag| 久久午夜老司机| 亚洲一区二区三区四区不卡| 国模冰冰炮一区二区| 日本黄色一区二区| 国产午夜精品久久久久久免费视| 悠悠色在线精品| 黄色日韩三级电影| 欧美吻胸吃奶大尺度电影 | 亚洲精品一区二区三区影院| 亚洲色图.com| 国产中文字幕精品| 欧美色综合影院| 中文字幕在线免费不卡| 美腿丝袜亚洲三区| 欧美性xxxxx极品少妇| 欧美国产丝袜视频| 久久精品国产99国产| 欧美性淫爽ww久久久久无| 国产欧美日韩中文久久| 美女爽到高潮91| 欧美精品一卡二卡| 一区二区三区在线免费播放| 国产一区二区日韩精品| 欧美一区二区免费| 午夜电影网一区| 欧美性生活久久| 一区二区三区四区不卡视频| 成人av资源站| 国产清纯白嫩初高生在线观看91 | 美女视频黄a大片欧美| 在线视频国产一区| 亚洲三级电影全部在线观看高清| 精品无人区卡一卡二卡三乱码免费卡| 欧美午夜精品久久久久久超碰| 国产精品久久久久aaaa樱花 | 91福利社在线观看| 亚洲精品国产高清久久伦理二区| 成人激情免费电影网址| 国产精品美女视频| 成人午夜又粗又硬又大| 久久久亚洲精华液精华液精华液| 午夜精品久久久久久久蜜桃app| 在线观看91视频| 亚洲成人av资源| 欧美一级片免费看| 美女在线观看视频一区二区|