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

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

?? struts-logic.tld

?? 整合struts+velocity模板語言
?? TLD
?? 第 1 頁 / 共 5 頁
字號:
            <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.struts.taglib.logic.NotPresentTag</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.struts.taglib.logic.PresentTag</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:present role="role1,role2,role3"&gt;
                code.....
            &lt;/logic: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>
            <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>redirect</name>
        <tag-class>org.apache.struts.taglib.logic.RedirectTag</tag-class>
        <description>
            <![CDATA[
            <p><strong>Render an HTTP Redirect</strong></p>
          

                <p>Performs an <code>HttpServletResponse.sendRedirect()</code>
                call to the hyperlink specified by the attributes to this
                tag.  URL rewriting will be applied automatically, to
                maintain session state in the absence of cookies.</p>

                <p>The base URL for this redirect is calculated based on
                which of the following attributes you specify (you must
                specify exactly one of them):</p>
                <ul>
                <li><em>forward</em> - Use the value of this attribute as the
                    name of a global <code>ActionForward</code> to be looked
                    up, and use the module-relative or context-relative
                    URI found there.</li>
                <li><em>href</em> - Use the value of this attribute unchanged.
                    </li>
                <li><em>page</em> - Use the value of this attribute as an
                    module-relative URI, and generate a server-relative
                    URI by including the context path.</li>
                </ul>

                <p>Normally, the redirect you specify with one of the
                attributes described in the previous paragraph will be left
                unchanged (other than URL rewriting if necessary).  However,
                there are two ways you can append one or more dynamically
                defined query parameters to the hyperlink -- specify a single
                parameter with the <code>paramId</code> attribute (and its
                associated attributes to select the value), or specify the
                <code>name</code> (and optional <code>property</code>)
                attributes to select a <code>java.util.Map</code> bean that
                contains one or more parameter ids and corresponding values.
                </p>

                <p>To specify a single parameter, use the <code>paramId</code>
                attribute to define the name of the request parameter to be
                submitted.  To specify the corresponding value, use one of the
                following approaches:</p>
                <ul>
                <li><em>Specify only the <code>paramName</code> attribute</em>
                    - The named JSP bean (optionally scoped by the value of the
                    <code>paramScope</code> attribute) must identify a value
                    that can be converted to a String.</li>
                <li><em>Specify both the <code>paramName</code> and
                    <code>paramProperty</code> attributes</em> - The specified
                    property getter method will be called on the JSP bean
                    identified by the <code>paramName</code> (and optional
                    <code>paramScope</code>) attributes, in order to select
                    a value that can be converted to a String.</li>
                </ul>

                <p>If you prefer to specify a <code>java.util.Map</code> that
                contains all of the request parameters to be added to the
                hyperlink, use one of the following techniques:</p>
                <ul>
                <li><em>Specify only the <code>name</code> attribute</em> -
                    The named JSP bean (optionally scoped by the value of
                    the <code>scope</code> attribute) must identify a
                    <code>java.util.Map</code> containing the parameters.</li>
                <li><em>Specify both <code>name</code> and
                    <code>property</code> attributes</em> - The specified
                    property getter method will be called on the bean
                    identified by the <code>name</code> (and optional
                    <code>scope</code>) attributes, in order to return the
                    <code>java.util.Map</code> containing the parameters.</li>
                </ul>

                <p>As the <code>Map</code> is processed, the keys are assumed
                to be the names of query parameters to be appended to the
                hyperlink.  The value associated with each key must be either
                a String or a String array representing the parameter value(s).
                If a String array is specified, more than one value for the
                same query parameter name will be created.</p>
                ]]>
        </description>
        <attribute>
            <name>action</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                    

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久综合网站| 国产高清不卡一区二区| 色婷婷久久久综合中文字幕| 国产精品久久久久久久久果冻传媒| 国产真实乱子伦精品视频| 亚洲精品在线电影| av成人免费在线| 午夜精品一区在线观看| 色婷婷久久久综合中文字幕 | 国产精品一区二区不卡| 久久久.com| 91视频在线看| 亚洲第一二三四区| 精品对白一区国产伦| 色素色在线综合| 国产一区二区三区蝌蚪| 亚洲欧洲日产国码二区| 91精品欧美一区二区三区综合在| 日韩avvvv在线播放| ●精品国产综合乱码久久久久| 欧美一区国产二区| 日本欧美一区二区三区| 国产精品福利电影一区二区三区四区| 欧美吻胸吃奶大尺度电影| 国产精品99久久久久久似苏梦涵| 日韩欧美一级精品久久| 99这里都是精品| 精品一区二区三区免费播放| 国产精品久久久久影院亚瑟| 在线电影国产精品| 99国产精品99久久久久久| 亚洲香肠在线观看| 国产精品日韩成人| 国产精品丝袜在线| 欧美一区二区国产| 欧美高清www午色夜在线视频| 不卡的av网站| gogo大胆日本视频一区| 国产麻豆午夜三级精品| 午夜视黄欧洲亚洲| 蜜臀av性久久久久蜜臀aⅴ流畅| 亚洲你懂的在线视频| 亚洲综合一区在线| 亚洲国产精品久久艾草纯爱| 亚洲一级二级三级在线免费观看| 亚洲国产精品一区二区www| 一区二区三区国产| 日本不卡一二三| 久久99精品久久久久久久久久久久 | 91丨九色丨蝌蚪富婆spa| 99久久精品国产麻豆演员表| 91视频.com| 51精品秘密在线观看| 欧美一区二区三区播放老司机| 日韩视频在线永久播放| 国产欧美一区二区精品婷婷| 久久女同互慰一区二区三区| 亚洲免费三区一区二区| 三级精品在线观看| 岛国av在线一区| 69久久夜色精品国产69蝌蚪网| 久久久噜噜噜久久人人看 | 日韩一区二区高清| 中文字幕一区二区不卡| 欧美a级理论片| 成人久久久精品乱码一区二区三区 | 亚洲精品一区二区三区蜜桃下载| 亚洲视频一二区| 91视频com| 亚洲成人一二三| 欧美日韩1区2区| 麻豆91免费看| 久久久美女毛片| 色婷婷综合视频在线观看| 一区二区三区欧美日韩| 日韩三级.com| 不卡的av网站| 国产在线精品国自产拍免费| 日韩理论片一区二区| 欧美一区二区在线播放| av成人动漫在线观看| 天天色 色综合| 亚洲视频在线一区| 久久精品夜夜夜夜久久| 欧美日韩免费一区二区三区 | 日韩一级完整毛片| 国产成人精品一区二区三区四区 | 欧美电视剧在线观看完整版| 国产成人精品一区二| 亚洲永久免费视频| 久久久久久一级片| 在线视频国产一区| 国产精品1024| 久久精工是国产品牌吗| 一二三区精品视频| 中文字幕一区二区三| 欧美成人午夜电影| 在线观看成人免费视频| 丰满白嫩尤物一区二区| 精品在线一区二区三区| 午夜av区久久| 一区二区三区中文字幕在线观看| 久久久高清一区二区三区| 91精品一区二区三区久久久久久| av男人天堂一区| 国产黄色成人av| 国产露脸91国语对白| 久久国产尿小便嘘嘘尿| 日韩二区三区四区| 蜜臀av性久久久久蜜臀av麻豆| 丝袜美腿一区二区三区| 亚洲成av人在线观看| 五月婷婷激情综合| 婷婷国产在线综合| 久久国产精品一区二区| 极品瑜伽女神91| 粉嫩av亚洲一区二区图片| 成人免费观看视频| 91在线精品一区二区| 一本久久综合亚洲鲁鲁五月天 | 国内外精品视频| 成人性生交大片免费看视频在线| 成人手机在线视频| 91论坛在线播放| 7777精品伊人久久久大香线蕉完整版| 欧美另类高清zo欧美| 精品嫩草影院久久| 国产精品国产三级国产a| 亚洲一区二区三区美女| 奇米色777欧美一区二区| 99re在线精品| 久久免费看少妇高潮| 中文字幕一区二区在线播放| 免费观看成人鲁鲁鲁鲁鲁视频| 国产福利一区二区三区视频在线| 91性感美女视频| 久久一区二区视频| 天天综合网天天综合色| 大陆成人av片| 久久久99久久| 蜜桃在线一区二区三区| 欧美日韩一区二区欧美激情| 国产日韩精品久久久| 视频精品一区二区| 欧美三级午夜理伦三级中视频| 中文字幕欧美一区| 国内精品视频666| 欧美sm美女调教| 国产剧情一区二区| 欧美一级在线免费| 天天操天天色综合| 色天使色偷偷av一区二区| 亚洲天堂成人网| 色婷婷国产精品综合在线观看| 久久蜜桃av一区二区天堂| 日韩和欧美的一区| 日韩午夜av一区| 国产成人av电影免费在线观看| 久久久久久久久久久电影| 国产69精品久久99不卡| 亚洲日本在线看| 欧洲av在线精品| 日本中文字幕一区二区有限公司| 欧美日韩亚洲综合在线 欧美亚洲特黄一级 | 亚洲一区二区视频在线| 日韩欧美亚洲国产另类| 国产一区二区三区四区五区入口 | 五月婷婷久久丁香| 国产精品乱码久久久久久| 91农村精品一区二区在线| 亚洲精品国产a| 久久久久久久av麻豆果冻| 欧美性生活一区| 国产一区激情在线| ●精品国产综合乱码久久久久| 欧美日韩免费电影| 成人性生交大片免费看视频在线 | 欧美一区二区三区免费视频| 日韩av一区二区三区四区| 久久中文娱乐网| 欧美视频一区在线观看| 国产成人在线影院 | 亚洲免费在线视频| 日韩欧美国产系列| 日本精品视频一区二区三区| 久久精品99久久久| 亚洲在线视频免费观看| 国产精品理伦片| 国产欧美日韩不卡免费| 91麻豆精品91久久久久久清纯 | 黄页网站大全一区二区| 亚洲综合一区二区| 亚洲18女电影在线观看| 性欧美大战久久久久久久久| 亚洲欧洲av另类| 亚洲天堂网中文字| 亚洲精品自拍动漫在线| 亚洲色欲色欲www| 亚洲免费观看高清完整| 亚洲视频电影在线|