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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? jsf_core.tld

?? 開發(fā)工具為myeclipse,數(shù)據(jù)庫為oracle
?? TLD
?? 第 1 頁 / 共 2 頁
字號:
      associated with the closed parent UIComponent custom
      action.
    </description>

    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression to a backing bean
        property bound to the component instance for
        the UIComponent created by this custom action.
      </description>
    </attribute>

    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Component identifier of the UIParameter component
        to be created.
      </description>
    </attribute>

    <attribute>
      <name>name</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Name of the parameter to be created.
      </description>
    </attribute>

    <attribute>
      <name>value</name>
      <required>true</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value of the parameter to be set.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>selectItem</name>
    <tag-class>com.sun.faces.taglib.jsf_core.SelectItemTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>empty</body-content>
    <description>
      Add a child UISelectItem component to the UIComponent
      associated with the closed parent UIComponent custom
      action.
    </description>

    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression to a backing bean
        property bound to the component instance for
        the UIComponent created by this custom action.
      </description>
    </attribute>

    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Component identifier of the UISelectItem
        component to be created.
      </description>
    </attribute>

    <attribute>
      <name>itemDescription</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Description of this option, for use in
        development tools.
      </description>
    </attribute>

    <attribute>
      <name>itemDisabled</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Flag indicating whether the option created
        by this component is disabled.  Expressions
        must evaluate to a boolean.  Default value
        is false.
      </description>
    </attribute>

    <attribute>
      <name>itemLabel</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Label to be displayed to the user
        for this option.
      </description>
    </attribute>

    <attribute>
      <name>itemValue</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value to be returned to the server if this
        option is selected by the user.
      </description>
    </attribute>

    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression pointing at a
        SelectItem instance containing the
        information for this option.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>selectItems</name>
    <tag-class>com.sun.faces.taglib.jsf_core.SelectItemsTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>empty</body-content>
    <description>
      Add a child UISelectItems component to the UIComponent
      associated with the closed parent UIComponent custom
      action.
    </description>

    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression to a backing bean
        property bound to the component instance for
        the UIComponent created by this custom action.
      </description>
    </attribute>

    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Component identifier of the UISelectItems
        component to be created.
      </description>
    </attribute>

    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression pointing at a List
        or array of SelectItem instances containing the
        information for these options.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>subview</name>
    <tag-class>com.sun.faces.taglib.jsf_core.SubviewTag</tag-class>
    <body-content>JSP</body-content>
    <description>
      Container action for all JavaServer Faces core and
      custom component actions used on a nested page via
      "jsp:include" or any custom action that dynamically
      includes another page from the same web application,
      such as JSTL's "c:import".
    </description>

    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Value binding expression to a backing bean
        property bound to the component instance for
        the UIComponent created by this custom action.
      </description>
    </attribute>

    <attribute>
      <name>id</name>
      <required>true</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Component identifier of the UINamingContainer
        component to be created.
      </description>
    </attribute>

    <attribute>
      <name>rendered</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Flag indicating whether this component (and its
        children) should be rendered.  Expressions must
        evaluate to a boolean.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>validateDoubleRange</name>
    <tag-class>com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag</tag-class>
      <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      Register a DoubleRangeValidator instance on the
      UIComponent associated with the closest parent
      UIComponent custom action.
    </description>

    <attribute>
      <name>maximum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Maximum value allowed for this component.
      </description>
    </attribute>

    <attribute>
      <name>minimum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Minimum value allowed for this component.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>validateLength</name>
    <tag-class>com.sun.faces.taglib.jsf_core.ValidateLengthTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      Register a LengthValidator instance on the
      UIComponent associated with the closest parent
      UIComponent custom action.
    </description>

    <attribute>
      <name>maximum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Maximum length allowed for this component.
      </description>
    </attribute>

    <attribute>
      <name>minimum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Minimum length allowed for this component.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>validateLongRange</name>
    <tag-class>com.sun.faces.taglib.jsf_core.ValidateLongRangeTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      Register a LongRangeValidator instance on the
      UIComponent associated with the closest parent
      UIComponent custom action.
    </description>

    <attribute>
      <name>maximum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Maximum value allowed for this component.
      </description>
    </attribute>

    <attribute>
      <name>minimum</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Minimum value allowed for this component.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>validator</name>
    <tag-class>javax.faces.webapp.ValidatorTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>empty</body-content>
    <description>
      Register a named Validator instance on the
      UIComponent associated with the closest parent
      UIComponent custom action.
    </description>

    <attribute>
      <name>validatorId</name>
      <required>true</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Validator identifier of the Validator
        to be created and registered.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>valueChangeListener</name>
    <tag-class>com.sun.faces.taglib.jsf_core.ValueChangeListenerTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>empty</body-content>
    <description>
      Register an ValueChangeListener instance on the UIComponent associated
      with the closest parent UIComponent custom action.
    </description>

    <attribute>
      <name>type</name>
      <required>true</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Fully qualified Java class name of a
        ValueChangeListener to be created and registered.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>verbatim</name>
    <tag-class>com.sun.faces.taglib.jsf_core.VerbatimTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      Create and register a child UIOutput component
      associated with the closest parent UIComponent
      custom action, which renders nested body content.
    </description>

    <attribute>
      <name>escape</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Flag indicating that generated markup must
        be escaped in a manner that is appropriate
        for the markup language to be rendered.
        Expressions must evaluate to a boolean.
        Default value is false.
      </description>
    </attribute>

  </tag>


  <tag>

    <name>view</name>
    <tag-class>com.sun.faces.taglib.jsf_core.ViewTag</tag-class>
      <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      Container for all JavaServer Faces core and custom
      component actions used on a page.
    </description>

    <attribute>
      <name>locale</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
        Locale to use for localizing this page.  Expressions
        must evaluate to a java.util.Locale or to a String
        that is converted to a Locale.
      </description>
    </attribute>

  </tag>


</taglib>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久久久免费| 激情综合色综合久久| 日韩影院免费视频| 成人开心网精品视频| 日韩一区二区三免费高清| 最新热久久免费视频| 精品午夜一区二区三区在线观看| 成人avav影音| ww亚洲ww在线观看国产| 无码av免费一区二区三区试看| 成人精品一区二区三区四区| 日韩精品一区二区三区老鸭窝| 亚洲视频一二区| 风流少妇一区二区| 精品国产自在久精品国产| 午夜精品一区二区三区免费视频| 99精品国产91久久久久久 | 国产三级一区二区三区| 婷婷久久综合九色综合绿巨人 | 国产精品123区| 精品久久久影院| 爽好久久久欧美精品| 欧美性videosxxxxx| 亚洲精品乱码久久久久久久久| 丁香婷婷深情五月亚洲| 久久久久国产精品麻豆| 韩国av一区二区三区四区| 日韩精品一区二区三区中文不卡| 天堂影院一区二区| 91精品国产综合久久福利软件| 香蕉av福利精品导航| 欧美精品久久一区| 日本欧美在线观看| 无码av免费一区二区三区试看 | 99久久精品情趣| 中文字幕一区二区三区不卡 | 国模冰冰炮一区二区| 久久女同互慰一区二区三区| 国产一级精品在线| 国产精品欧美极品| 91麻豆国产香蕉久久精品| 亚洲欧美日韩在线不卡| 91国产成人在线| 日韩国产精品大片| 久久久三级国产网站| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 亚洲综合色网站| 欧美色综合网站| 日韩福利电影在线| 久久九九影视网| 成人av影院在线| 又紧又大又爽精品一区二区| 色又黄又爽网站www久久| 亚洲图片欧美一区| 精品人在线二区三区| 粉嫩aⅴ一区二区三区四区| 成人免费一区二区三区视频| 欧美视频完全免费看| 美腿丝袜亚洲综合| 国产精品乱码一区二区三区软件| 91论坛在线播放| 麻豆一区二区在线| 国产精品久久久久久久久图文区 | 久久久精品一品道一区| 色偷偷88欧美精品久久久| 亚洲国产一区二区三区青草影视| 6080日韩午夜伦伦午夜伦| 国产黄人亚洲片| 亚洲成年人网站在线观看| 久久综合久久综合久久| 在线看国产一区| 国产乱妇无码大片在线观看| 一区二区在线电影| 26uuu久久综合| 欧美日本不卡视频| www.成人网.com| 美国欧美日韩国产在线播放| 国产精品乱人伦| 精品盗摄一区二区三区| 91国偷自产一区二区使用方法| 国产毛片精品视频| 欧美96一区二区免费视频| 中文字幕亚洲不卡| 欧美精品一区二区三| 欧美色成人综合| 成人av资源下载| 国产精品一二二区| 免费在线看成人av| 午夜亚洲国产au精品一区二区| 国产精品全国免费观看高清 | 欧美日韩高清一区二区| 成人99免费视频| 国产一级精品在线| 久久99精品久久久久久| 亚洲3atv精品一区二区三区| 国产精品成人免费精品自在线观看| 精品少妇一区二区三区在线视频| 欧美日韩一级二级| 色偷偷一区二区三区| www.99精品| 99久久99久久精品免费观看| 国产精品羞羞答答xxdd| 久久99精品久久久久久国产越南| 亚欧色一区w666天堂| 一区二区三区电影在线播| 中文字幕在线一区二区三区| 欧美国产激情二区三区| 久久久九九九九| 亚洲国产精品二十页| 久久日韩精品一区二区五区| 精品电影一区二区| 久久精品欧美日韩精品 | 国产v综合v亚洲欧| 国产精一区二区三区| 国产自产高清不卡| 国产精品一级二级三级| 福利一区二区在线观看| 9l国产精品久久久久麻豆| 不卡区在线中文字幕| 本田岬高潮一区二区三区| 成人av网站免费| 91麻豆国产精品久久| 欧美主播一区二区三区| 欧美日韩电影在线| 日韩亚洲欧美一区二区三区| 日韩精品一区二区三区中文精品| 精品欧美一区二区三区精品久久 | 日韩色在线观看| 久久久99久久精品欧美| 国产精品黄色在线观看| 亚洲青青青在线视频| 亚洲一区二区三区激情| 日韩国产欧美视频| 国产成人在线影院| 99re在线精品| 欧美日韩精品三区| 久久女同互慰一区二区三区| 国产精品人人做人人爽人人添| 亚洲人成伊人成综合网小说| 亚洲午夜精品久久久久久久久| 美女www一区二区| 99在线视频精品| 欧美精品日韩精品| 亚洲国产经典视频| 日韩在线一区二区三区| 成人永久免费视频| 欧美日韩精品久久久| 国产夜色精品一区二区av| 亚洲视频 欧洲视频| 污片在线观看一区二区| 粉嫩嫩av羞羞动漫久久久| 欧美视频一区二| 亚洲国产精品激情在线观看 | 4438亚洲最大| 中文一区二区完整视频在线观看| 亚洲精选免费视频| 久久99精品一区二区三区三区| 成人免费视频视频在线观看免费| 在线观看视频91| 国产调教视频一区| 亚洲国产成人porn| 成人av动漫在线| 亚洲精品一区二区三区在线观看 | 亚洲高清免费观看高清完整版在线观看| 蜜桃精品在线观看| 91国产免费观看| 欧美极品少妇xxxxⅹ高跟鞋| 日本视频免费一区| 欧美自拍偷拍一区| 国产精品三级av在线播放| 九色综合狠狠综合久久| 欧美日韩在线播放| 亚洲人成在线观看一区二区| 国产一区二区三区在线观看免费| 欧美三日本三级三级在线播放| 国产日韩一级二级三级| 免费av成人在线| 欧美日韩一区二区电影| 亚洲精品欧美专区| av色综合久久天堂av综合| 精品久久人人做人人爱| 日本午夜精品视频在线观看| 在线观看一区二区精品视频| 亚洲青青青在线视频| kk眼镜猥琐国模调教系列一区二区 | 欧美精品一二三四| 亚洲丰满少妇videoshd| 91成人网在线| 亚洲日穴在线视频| 99久久精品国产毛片| 国产精品欧美一区喷水| 国产夫妻精品视频| 国产拍揄自揄精品视频麻豆| 韩国毛片一区二区三区| 久久久蜜臀国产一区二区| 国产老女人精品毛片久久| 久久久国际精品| 国产精品1区2区3区在线观看| 国产午夜精品一区二区三区视频| 国产精品综合二区|