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

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

?? struts-logic-el.tld

?? structs源碼
?? TLD
?? 第 1 頁 / 共 4 頁
字號:
            <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.strutsel.taglib.logic.ELRedirectTag</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[
            <p>Logical name of a global <code>Action</code> that
                          contains the actual content-relative URI of the destination
                          of this transfer.  This hyperlink may be dynamically
                          modified by the inclusion of query parameters, as described
                          in the tag description.  You <strong>must</strong> specify
                          exactly one of the <code>action</code> attribute, the
                          <code>forward</code> attribute, the
                          <code>href</code> attribute,
                          or the <code>page</code> attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>anchor</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Optional anchor tag ("#xxx") to be added to the generated
                  hyperlink.  Specify this value <strong>without</strong> any
                  "#" character.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>forward</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Logical name of a global <code>ActionForward</code> that
                  contains the actual content-relative URI of the destination
                  of this redirect.  This URI may be dynamically
                  modified by the inclusion of query parameters, as described
                  in the tag description.  You <strong>must</strong> specify
                  exactly one of the <code>forward</code> attribute, the
                  <code>href</code> attribute, the <code>linkName</code>
                  attribute, or the <code>page</code> attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>href</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The URL to which this redirect will transfer control.
                  This URL may be dynamically modified
                  by the inclusion of query parameters, as described in the
                  tag description.  You <strong>must</strong> specify
                  exactly one of the <code>forward</code> attribute, the
                  <code>href</code> attribute, the <code>linkName</code>
                  attribute, or the <code>page</code> attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The name of a JSP bean that contains a <code>Map</code>
                  representing the query parameters (if <code>property</code>
                  is not specified), or a JSP bean whose property getter is
                  called to return a <code>Map</code> (if <code>property</code>
                  is specified).</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>page</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The context-relative path (beginning with a "/"
                  character) to which this hyperlink will transfer control
                  if activated.  This hyperlink may be dynamically modified
                  by the inclusion of query parameters, as described in the
                  tag description.  You <strong>must</strong> specify exactly
                  one of the <code>forward</code> attribute, the
                  <code>href</code> attribute, the <code>linkName</code>
                  attribute, or the <code>page</code> attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>paramId</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The name of the request parameter that will be dynamically
                  added to the generated hyperlink.  The corresponding value is
                  defined by the <code>paramName</code> and (optional)
                  <code>paramProperty</code> attributes, optionally scoped by
                  the <code>paramScope</code> attribute</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>paramName</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The name of a JSP bean that is a String containing the
                  value for the request parameter named by <code>paramId</code>
                  (if <code>paramProperty</code> is not specified), or a JSP
                  bean whose property getter is called to return a String
                  (if <code>paramProperty</code> is specified).  The JSP bean
                  is constrained to the bean scope specified by the
                  <code>paramScope</code> property, if it is specified.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>paramProperty</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The name of a property of the bean specified by the
                  <code>paramName</code> attribute, whose return value must
                  be a String containing the value of the request parameter
                  (named by the <code>paramId</code> attribute) that will be
                  dynamically added to this hyperlink.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>paramScope</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The scope within which to search for the bean specified
                  by the <code>paramName</code> attribute.  If not specified,
                  all scopes are searched.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The name of a property of the bean specified by the
                  <code>name</code> attribute, whose return value must be
                  a <code>java.util.Map</code> containing the query parameters
                  to be added to the hyperlink.  You <strong>must</strong>
                  specify the <code>name</code> attribute if you specify
                  this attribute.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>scope</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The scope within which to search for the bean specified
                  by the <code>name</code> attribute.  If not specified, all
                  scopes are searched.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>transaction</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Set to <code>true</code> if you want the current
                    transaction control token included in the generated
                    URL for this redirect.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>useLocalEncoding</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>If set to <code>true</code>, LocalCharacterEncoding will be
              used, that is, the characterEncoding set to the HttpServletResponse,
              as prefered character encoding rather than UTF-8, when
              URLEncoding is done on parameters of the URL.</p>
         ]]>
            </description>
        </attribute>
    </tag>
</taglib>



?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美大白屁股肥臀xxxxxx| 欧美婷婷六月丁香综合色| 亚洲国产美女搞黄色| 亚洲欧洲精品成人久久奇米网| 久久新电视剧免费观看| 欧美本精品男人aⅴ天堂| 日韩精品在线看片z| 欧美成人激情免费网| 日韩欧美精品在线| 精品久久久久久最新网址| 精品动漫一区二区三区在线观看| 欧美v日韩v国产v| 久久久久久久免费视频了| wwww国产精品欧美| 国产精品久久午夜夜伦鲁鲁| 中文字幕在线播放不卡一区| 亚洲欧美电影院| 亚洲午夜三级在线| 日韩影院精彩在线| 狠狠色丁香九九婷婷综合五月| 国产真实精品久久二三区| 丰满少妇久久久久久久| 一本到三区不卡视频| 欧美日韩免费一区二区三区 | 久久亚洲精品小早川怜子| 久久蜜桃一区二区| 成人欧美一区二区三区黑人麻豆 | 亚洲精品欧美激情| 视频一区在线播放| 国产精品99久久久久久有的能看| 91玉足脚交白嫩脚丫在线播放| 在线精品视频一区二区| 精品美女被调教视频大全网站| 国产精品毛片大码女人 | 日韩一区二区中文字幕| 久久久久国产精品人| 亚洲综合色噜噜狠狠| 日韩av午夜在线观看| 丁香六月久久综合狠狠色| 色丁香久综合在线久综合在线观看| 欧美日韩精品免费观看视频| 久久久久国产精品人| 亚洲电影一级片| 国产一区二区毛片| 7777精品伊人久久久大香线蕉完整版| 2021久久国产精品不只是精品| 亚洲天堂免费在线观看视频| 另类的小说在线视频另类成人小视频在线| 国产99精品国产| 日韩欧美一二三| 亚洲一区二区三区四区在线| 国产成人在线视频免费播放| 欧美性猛交xxxx黑人交| 国产精品久久午夜| 经典三级一区二区| 欧美日韩一本到| 亚洲精品v日韩精品| 国产成人午夜视频| 综合久久久久综合| 韩国一区二区三区| 91精品国产免费久久综合| 亚洲欧美欧美一区二区三区| 高潮精品一区videoshd| 欧美精品一区二区三区高清aⅴ | 成人精品高清在线| 欧美精品一区二区三区四区| 香蕉久久夜色精品国产使用方法| caoporn国产一区二区| 久久青草国产手机看片福利盒子| 日韩电影网1区2区| 欧美美女一区二区在线观看| 亚洲综合成人网| 欧美亚洲精品一区| 一个色综合av| 欧美午夜精品久久久久久孕妇| 亚洲三级在线观看| 一本久久a久久精品亚洲| 亚洲精品综合在线| 色天使久久综合网天天| 一区二区三区不卡视频| 在线观看日韩国产| 亚洲大片免费看| 在线综合视频播放| 美女脱光内衣内裤视频久久网站| 欧美人与性动xxxx| 日本在线不卡视频| 日韩精品一区二| 国产美女在线观看一区| 日本一区二区三区高清不卡| 丁香六月综合激情| 亚洲人吸女人奶水| 欧美视频在线一区二区三区 | 日韩毛片高清在线播放| 9色porny自拍视频一区二区| 亚洲婷婷综合色高清在线| 色婷婷av一区| 蜜臀国产一区二区三区在线播放| 欧美tk丨vk视频| 成人一级视频在线观看| 伊人开心综合网| 91精品国产综合久久婷婷香蕉| 狠狠色狠狠色综合系列| 日韩电影在线一区二区三区| 欧美一区午夜精品| 国产**成人网毛片九色| 亚洲视频综合在线| 欧美二区三区的天堂| 国产福利一区在线| 亚洲精品久久7777| 日韩精品一区二区三区视频| 成人精品一区二区三区四区| 亚洲一区二区精品视频| 欧美精品一区二区三区四区| 91丨九色丨蝌蚪丨老版| 老司机一区二区| 国产精品的网站| 欧美一区二区免费| 色婷婷精品久久二区二区蜜臀av| 人人爽香蕉精品| 亚洲欧美激情视频在线观看一区二区三区 | 国产乱对白刺激视频不卡| 综合激情网...| 精品国产乱码久久久久久1区2区| 91美女片黄在线| 国产精品夜夜爽| 日韩影院精彩在线| 亚洲免费在线视频| 久久精品免费在线观看| 在线成人免费观看| 色综合天天狠狠| 国产精品99久久不卡二区| 亚洲第一主播视频| 亚洲精品日韩一| 国产精品久久久久一区二区三区 | 亚洲精品一区二区三区四区高清 | 精品一区二区久久| 午夜日韩在线观看| 亚洲三级在线播放| 中文字幕免费观看一区| 欧美成人vps| 精品人在线二区三区| 欧美精品日韩精品| 欧美亚一区二区| 9人人澡人人爽人人精品| 高清beeg欧美| 国产成人日日夜夜| 国产精品综合在线视频| 激情伊人五月天久久综合| 日本网站在线观看一区二区三区| 亚洲综合在线免费观看| 亚洲欧美日本韩国| 亚洲精品乱码久久久久久| 中文字幕五月欧美| 国产精品美女一区二区三区| 国产欧美日韩精品a在线观看| 久久夜色精品一区| 久久美女艺术照精彩视频福利播放 | 亚洲毛片av在线| 亚洲欧美自拍偷拍| 亚洲欧美福利一区二区| 亚洲素人一区二区| 亚洲制服丝袜在线| 性久久久久久久久久久久| 天使萌一区二区三区免费观看| 亚洲国产一区在线观看| 亚洲va欧美va人人爽| 五月天久久比比资源色| 久久成人免费网| 国产乱码精品一品二品| 国产99久久久久久免费看农村| av在线一区二区三区| 91成人免费在线视频| 欧美日韩国产a| 欧美成人福利视频| 国产精品视频看| 亚洲在线免费播放| 六月丁香婷婷色狠狠久久| 国产精品资源站在线| 91在线丨porny丨国产| 欧美日韩国产bt| 国产午夜精品久久| 亚洲综合另类小说| 国产一区二区在线观看视频| 成人禁用看黄a在线| 欧美日韩在线综合| 久久久久久久国产精品影院| 亚洲精品国产第一综合99久久| 污片在线观看一区二区| 国产精品亚洲一区二区三区在线| 99久久精品国产观看| 欧美日韩精品欧美日韩精品| 久久青草国产手机看片福利盒子 | 无码av中文一区二区三区桃花岛| 国内精品国产成人| 在线观看日韩一区| 国产日韩影视精品| 三级欧美在线一区| 成人黄色在线网站| 日韩精品一区二区三区蜜臀| 一区二区三区成人|