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

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

?? struts-logic-el.tld

?? structs源碼
?? TLD
?? 第 1 頁 / 共 4 頁
字號:
        </attribute>
        <attribute>
            <name>header</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The variable to be matched is the value of the header whose
      name is specified by this attribute.  The name match is performed
      in a case insensitive manner.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>location</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>If not specified, a match between the variable and the value may
      occur at any position within the variable string.  If specified, the
      match must occur at the specified location (either <code>start</code>
      or <code>end</code>) of the variable string.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The variable to be matched is the JSP bean specified by this
      attribute, if <code>property</code> is not specified, or the value
      of the specified property of this bean, if <code>property</code>
      is specified.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>parameter</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The variable to be matched is the first, or only, value of the
      request parameter specified by this attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The variable to be matched is the property (of the bean specified
      by the <code>name</code> attribute) specified by this attribute.
      The property reference can be simple, nested, and/or indexed.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>scope</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The bean scope within which to search for the bean named by the
      <code>name</code> property, or "any scope" if not specified.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>value</name>
            <required>true</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The constant value which is checked for existence as a substring
      of the specified variable.</p>
         ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>notPresent</name>
        <tag-class>
            org.apache.strutsel.taglib.logic.ELNotPresentTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Generate the nested body content of this tag if the specified
    value is not present in this request.
    </strong></p>
          <p>Depending on which attribute is specified, this tag checks the
    current request, and evaluates the nested body content of this tag
    only if the specified value <strong>is not</strong> present.  Only one
    of the attributes may be used in one occurrence of this tag, unless
    you use the <code>property</code> attribute, in which case the
    <code>name</code> attribute is also required.</p>
      ]]>
        </description>
        <attribute>
            <name>cookie</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a cookie with the specified name.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>header</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of an HTTP header with the specified
      name.  The name match is performed in a case insensitive manner.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a JSP bean, in any scope, with the
      specified name.  If <code>property</code> is also specified, checks
      for a non-null property value for the specified property.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>parameter</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of at least one occurrence of the
      specified request parameter on this request, even if the parameter
      value is a zero-length string.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a non-null property value, returned
      by a property getter method on the JSP bean (in any scope) that is
      specified by the <code>name</code> attribute.  Property references
      can be simple, nested, and/or indexed.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>role</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks whether the currently authenticated user (if any) has been
      associated with the specified security role.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>scope</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The bean scope within which to search for the bean named by the
      <code>name</code> property, or "any scope" if not specified.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>user</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks whether the currently authenticated user principal has the
      specified name.</p>
         ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>present</name>
        <tag-class>org.apache.strutsel.taglib.logic.ELPresentTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Generate the nested body content of this tag if the specified
    value is present in this request.
    </strong></p>
          <p>Depending on which attribute is specified, this tag checks the
    current request, and evaluates the nested body content of this tag
    only if the specified value <strong>is</strong> present.  Only one
    of the attributes may be used in one occurrence of this tag, unless
    you use the <code>property</code> attribute, in which case the
    <code>name</code> attribute is also required.</p>
      ]]>
        </description>
        <attribute>
            <name>cookie</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a cookie with the specified name.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>header</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of an HTTP header with the specified
      name.  The name match is performed in a case insensitive manner.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a JSP bean, in any scope, with the
      specified name.  If <code>property</code> is also specified, checks
      for a non-null property value for the specified property.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>parameter</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of at least one occurrence of the
      specified request parameter on this request, even if the parameter
      value is a zero-length string.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks for the existence of a non-null property value, returned
      by a property getter method on the JSP bean (in any scope) that is
      specified by the <code>name</code> attribute.  Property references
      can be simple, nested, and/or indexed.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>role</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Checks whether the currently authenticated user (if any) has been
      associated with any of the specified security roles. Use a comma-delimited
      list to check for multiple roles. Example:
      <code>&lt;logic-el:present role="role1,role2,role3">
                code.....
            &lt;/logic-el:present&gt;</code>
            </p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>scope</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The bean scope within which to search for the bean named by the
      <code>name</code> property, or "any scope" if not specified.</p>
         ]]>
            </description>
        </attribute>
        <attribute>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一级二级在线观看| 亚洲男同性恋视频| 一区二区三区在线免费播放| 欧美aaa在线| 日本道在线观看一区二区| 精品国精品国产| 天天色天天操综合| 成人18精品视频| 久久久午夜电影| 日韩二区三区四区| 在线观看亚洲精品| 中文字幕永久在线不卡| 国产综合成人久久大片91| 欧美日韩在线免费视频| 亚洲私人黄色宅男| 国产成人精品免费| 精品国产91九色蝌蚪| 日韩高清在线电影| 欧美裸体bbwbbwbbw| 亚洲综合色在线| 91在线视频官网| 国产精品久久毛片a| 国产美女精品在线| 2024国产精品| 久久99国产精品久久99果冻传媒| 欧美精品一二三区| 图片区小说区区亚洲影院| 欧美在线一区二区三区| 亚洲欧美视频一区| 色偷偷成人一区二区三区91| 亚洲欧洲99久久| 99久久99久久精品免费观看| 综合色天天鬼久久鬼色| 91老师国产黑色丝袜在线| 亚洲人成伊人成综合网小说| 99re66热这里只有精品3直播 | 日韩激情中文字幕| 欧美区在线观看| 亚洲成人777| 欧美日本在线观看| 日本视频在线一区| 精品国产一区久久| 国产乱码一区二区三区| 国产精品国产精品国产专区不片 | 久久久久成人黄色影片| 国产在线视视频有精品| 中日韩av电影| 在线精品视频一区二区| 日韩av午夜在线观看| 精品国内片67194| 国产成人8x视频一区二区| 国产精品三级av| 在线免费观看视频一区| 视频一区中文字幕| 久久久久久久久久看片| 99久久免费视频.com| 亚洲香肠在线观看| 欧美电影免费观看高清完整版在| 国模大尺度一区二区三区| 国产精品毛片无遮挡高清| 欧洲精品中文字幕| 久久99久久久欧美国产| 国产精品色在线观看| 欧洲日韩一区二区三区| 国内成人自拍视频| 一区二区三区四区在线| 欧美成人性战久久| av午夜精品一区二区三区| 五月激情综合色| 中文字幕国产一区二区| 欧美美女一区二区三区| 国产精品一区二区果冻传媒| 亚洲一区二区高清| 国产亚洲欧洲997久久综合 | 日韩欧美三级在线| www.66久久| 麻豆成人久久精品二区三区小说| 国产亚洲女人久久久久毛片| 在线观看日韩电影| 国产美女在线精品| 婷婷综合另类小说色区| 中文字幕中文字幕在线一区 | 亚洲国产日产av| 久久综合狠狠综合久久综合88| 91免费观看国产| 国产乱理伦片在线观看夜一区| 亚洲午夜av在线| 国产精品久久午夜夜伦鲁鲁| 日韩欧美一区二区免费| 精品久久久久av影院| 91视频在线看| 高清在线观看日韩| 裸体健美xxxx欧美裸体表演| 亚洲精品视频一区| 国产精品灌醉下药二区| 久久久久久久久久久久久夜| 日韩一区二区免费高清| 欧美日韩在线三区| 在线免费观看不卡av| 成熟亚洲日本毛茸茸凸凹| 久久国产精品无码网站| 亚洲成人免费电影| 一区二区三区中文字幕在线观看| 日本一区二区久久| 国产午夜精品一区二区三区嫩草| 日韩视频免费直播| 91精品久久久久久久久99蜜臂| 在线观看欧美精品| 日本精品一级二级| 色综合咪咪久久| 91美女蜜桃在线| 91猫先生在线| 色综合天天综合网天天狠天天| 成人免费观看av| 成人av中文字幕| 成人午夜激情在线| 成人动漫在线一区| av电影在线观看不卡| 99久久综合色| 色婷婷亚洲综合| 欧美午夜免费电影| 欧美美女一区二区三区| 欧美一区二区三区影视| 欧美一级二级三级乱码| 欧美成人福利视频| 久久久久久免费| 国产精品卡一卡二卡三| 亚洲日本va午夜在线电影| 一级日本不卡的影视| 亚洲国产人成综合网站| 日韩激情一二三区| 极品瑜伽女神91| 成年人国产精品| 91国产免费观看| 日韩一级在线观看| 亚洲影视在线播放| 日韩和欧美一区二区| 美国av一区二区| 成人丝袜18视频在线观看| 91最新地址在线播放| 欧美另类久久久品| 亚洲精品在线三区| 亚洲三级小视频| 日本一不卡视频| 国产成人精品免费在线| 日本伦理一区二区| 精品精品欲导航| 中文字幕亚洲精品在线观看| 亚洲成人资源在线| 国产成人av电影| 欧美精品丝袜中出| 国产精品―色哟哟| 亚洲第一福利一区| 国产成人精品免费一区二区| 日本福利一区二区| 久久久影院官网| 亚洲午夜在线观看视频在线| 国产一区二区三区在线观看精品| 色欧美片视频在线观看| 精品国精品自拍自在线| 亚洲午夜在线电影| 国产99久久久精品| 欧美一区二区人人喊爽| 亚洲人精品午夜| 国产夫妻精品视频| 91精品欧美综合在线观看最新| 136国产福利精品导航| 久久99精品久久久久久| 在线免费观看日韩欧美| 国产精品欧美一区二区三区| 免费在线观看一区| 色婷婷一区二区三区四区| 欧美激情中文不卡| 极品少妇xxxx精品少妇| 欧美肥妇毛茸茸| 亚洲宅男天堂在线观看无病毒| 国产高清亚洲一区| 精品福利二区三区| 天天色图综合网| 欧美午夜免费电影| 亚洲欧美欧美一区二区三区| 国产精品一级黄| www国产精品av| 精品一区二区三区久久| 欧美一卡二卡三卡| 日韩av电影免费观看高清完整版| 色哟哟一区二区| 亚洲欧美日韩久久精品| eeuss国产一区二区三区| 国产精品网站一区| 国产剧情av麻豆香蕉精品| 欧美不卡在线视频| 精品在线播放免费| 日韩精品一区二区三区在线观看| 三级欧美韩日大片在线看| 欧美日韩亚洲综合在线| 尤物av一区二区| 在线亚洲一区二区| 一区二区国产盗摄色噜噜| 色偷偷成人一区二区三区91|