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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? struts-logic.tld

?? 整合struts+velocity模板語(yǔ)言
?? TLD
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>By default the tag will retrieve the bean it will
         iterate over from the <code>Globals.ERROR_KEY</code> constant string,
         but if this attribute is set to 'true' the bean
         will be retrieved from the <code>Globals.MESSAGE_KEY</code>
         constant string.  Also if this is set to 'true', any value
         assigned to the name attribute will be ignored.
      </p>
      ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>messagesPresent</name>
        <tag-class>
            org.apache.struts.taglib.logic.MessagesPresentTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Generate the nested body content of this tag if the specified
    message is present in any scope.
    </strong></p>
          
    <p>Evaluates the nested body content of this tag if
       an <code>ActionMessages</code>
       object, <code>ActionErrors</code> object, a String,
       or a String array is present in any scope.  If
       such a bean is not found, nothing will be rendered.
    </p>
    
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.1</dd></dl>
          ]]>
        </description>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The parameter key used to retrieve the message from page, request, 
      session, or application scope.</p>
      ]]>
            </description>
        </attribute>
        <attribute>
            <name>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>Name of the property for which messages should be
         retrieved.  If not specified, all messages (regardless
         of property) are retrieved.
      </p>
      ]]>
            </description>
        </attribute>
        <attribute>
            <name>message</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>By default the tag will retrieve the bean it will
         iterate over from the <code>Globals.ERROR_KEY</code> constant string,
         but if this attribute is set to 'true' the bean
         will be retrieved from the <code>Globals.MESSAGE_KEY</code>
         constant string.  Also if this is set to 'true', any value
         assigned to the name attribute will be ignored.
      </p>
      ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>notEmpty</name>
        <tag-class>org.apache.struts.taglib.logic.NotEmptyTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Evaluate the nested body content of this tag if the requested variable is
    neither null, nor an empty string, nor an empty java.util.Collection
    (tested by the .isEmpty() method on the java.util.Collection interface).
    </strong></p>
          
    <p>This tag evaluates its nested body content only if the specified value
    is present (i.e. not <code>null</code>) and is not an empty string (i.e. a
    <code>java.lang.String</code> with a length of zero).</p>
    
    <p>
    <strong>JSTL</strong>:  The equivalent JSTL tag is &lt;c:if&gt; using the 
    <code>! empty</code> operator.  For example,
    <br/>
    <code>
    	&lt;c:if test="${ ! empty sessionScope.myBean.myProperty}"&gt;
    	  do something
    	&lt;/c:if&gt;
    </code>
    </p>
    ]]>
        </description>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be compared 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>property</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be compared 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>
    </tag>
    <tag>
        <name>notEqual</name>
        <tag-class>org.apache.struts.taglib.logic.NotEqualTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Evaluate the nested body content of this tag if the requested
    variable is not equal to the specified value.
    </strong></p>
          
    <p>Compares the variable specified by one of the selector attributes
    against the specified constant value.  The nested body content of this
    tag is evaluated if the variable and value are <strong>not equal</strong>.
    </p>
    ]]>
        </description>
        <attribute>
            <name>cookie</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be compared is the value of the cookie whose
      name is specified by this attribute.</p>
      ]]>
            </description>
        </attribute>
        <attribute>
            <name>header</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be compared 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>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be compared 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 compared 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 compared 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 to which the variable, specified by other
      attribute(s) of this tag, will be compared.</p>
      ]]>
            </description>
        </attribute>
    </tag>
    <tag>
        <name>notMatch</name>
        <tag-class>org.apache.struts.taglib.logic.NotMatchTag</tag-class>
        <body-content>JSP</body-content>
        <description>
            <![CDATA[
            <p><strong>
    Evaluate the nested body content of this tag if the specified value
    is not an appropriate substring of the requested variable.
    </strong></p>
          
    <p>Matches the variable specified by one of the selector attributes
    (as a String) against the specified constant value.  If the value is
    not a substring (appropriately limited by the <code>location</code>
    attribute), the nested body content of this tag is evaluated.</p>
    ]]>
        </description>
        <attribute>
            <name>cookie</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
      <p>The variable to be matched is the value of the cookie whose
      name is specified by this attribute.</p>
      ]]>
            </description>
        </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>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美视频一区二区| 中文字幕一区二区三区不卡| 777亚洲妇女| 欧美日韩电影在线| 在线观看91精品国产麻豆| 欧美性极品少妇| 欧美日韩国产高清一区| 欧美日韩三级在线| 日韩一区二区三区电影在线观看 | 国产精品一区在线观看乱码 | 国产经典欧美精品| 久久99精品久久久久久动态图| 日韩高清一区在线| 国内精品免费**视频| 国产精品一区二区不卡| 不卡免费追剧大全电视剧网站| 99精品欧美一区二区三区小说| 91麻豆免费看片| 欧美性猛片aaaaaaa做受| 欧美日韩国产美| 日韩一卡二卡三卡四卡| 久久影院电视剧免费观看| 中文字幕乱码久久午夜不卡 | 国产精品一卡二卡| av中文字幕在线不卡| 欧美亚洲综合在线| 日韩免费一区二区| 国产精品欧美极品| 亚洲最大的成人av| 免费亚洲电影在线| 成人黄色片在线观看| 欧美性猛交xxxx乱大交退制版 | 久久精品视频在线看| 国产精品午夜在线| 午夜久久久影院| 国产精品一二三在| 91高清在线观看| 精品久久国产老人久久综合| 国产精品三级电影| 日韩精品每日更新| proumb性欧美在线观看| 欧美日韩国产片| 日本一区二区不卡视频| 视频一区视频二区在线观看| 风间由美中文字幕在线看视频国产欧美 | 日韩精品五月天| 粉嫩av一区二区三区| 在线观看视频91| 久久久久久免费毛片精品| 亚洲免费av在线| 久久精品国产秦先生| 99久久久久久| 精品国产乱码久久久久久免费| 国产精品卡一卡二| 毛片不卡一区二区| 91福利在线导航| 国产欧美一区二区三区鸳鸯浴| 亚洲网友自拍偷拍| 成人av电影在线观看| 日韩一区二区精品| 洋洋av久久久久久久一区| 国产精品中文字幕一区二区三区| 91官网在线免费观看| 久久精品夜色噜噜亚洲a∨| 亚洲午夜精品17c| 99久久伊人精品| 久久亚洲综合av| 午夜私人影院久久久久| 成a人片国产精品| 欧美一激情一区二区三区| 欧美国产日韩在线观看| 免费av成人在线| 欧洲av在线精品| 国产精品天天看| 激情五月婷婷综合| 91精品国产综合久久精品图片 | 国产原创一区二区三区| 欧美电影在哪看比较好| 亚洲一区二区美女| 99r国产精品| 国产精品久久久久影院亚瑟 | 26uuu亚洲| 亚洲国产精品久久久久秋霞影院| 成人午夜短视频| 久久综合色婷婷| 乱中年女人伦av一区二区| 精品视频在线免费观看| 一区二区在线观看视频| 波多野洁衣一区| 欧美国产精品专区| 国产一区二区精品久久| 日韩欧美第一区| 免费久久99精品国产| 日韩一区二区免费在线电影 | 欧美亚洲愉拍一区二区| 一区二区三区四区不卡视频| 成人丝袜视频网| 国产视频一区二区在线| 国产精品一区专区| 国产亚洲污的网站| 国产精品资源在线| 国产欧美日韩中文久久| 国产suv精品一区二区三区| 久久久精品tv| 成人美女在线观看| 亚洲视频 欧洲视频| 99久久99久久精品国产片果冻| 国产精品不卡一区| 色94色欧美sute亚洲线路一ni| 亚洲品质自拍视频| 在线观看亚洲专区| 日韩精品一二三区| 日韩欧美一二三四区| 精一区二区三区| 国产欧美日韩不卡免费| 成人激情午夜影院| 一区二区三区在线影院| 欧美中文字幕不卡| 日韩在线观看一区二区| 精品少妇一区二区三区| 国产成人综合精品三级| 国产精品久久精品日日| 91最新地址在线播放| 亚洲午夜久久久久久久久电影院| 欧美日韩成人激情| 久久草av在线| 欧美高清在线一区| 在线免费观看日本欧美| 日韩福利电影在线| 久久久久国产精品麻豆ai换脸| 粉嫩av一区二区三区在线播放 | 色老头久久综合| 日精品一区二区三区| 精品日韩一区二区| 91亚洲资源网| 日韩和的一区二区| 国产欧美一区二区精品性色超碰| 成人白浆超碰人人人人| 亚洲国产精品自拍| 欧美不卡视频一区| 成人黄色国产精品网站大全在线免费观看| 成人欧美一区二区三区1314| 欧美日韩一卡二卡三卡| 激情综合色播激情啊| 亚洲免费成人av| 日韩精品一区二区三区视频| 99re视频这里只有精品| 日韩av中文字幕一区二区| 欧美国产欧美综合| 91精品免费在线观看| 成人免费高清在线观看| 日韩高清不卡一区二区三区| 欧美国产日产图区| 91精品国产91热久久久做人人| 国产乱码精品一区二区三区av| 综合欧美亚洲日本| 欧美mv和日韩mv的网站| 91黄色免费看| 国产91精品久久久久久久网曝门| 亚洲午夜久久久久久久久电影网| 久久久.com| 欧美韩国日本不卡| 日韩一区二区免费视频| 色婷婷精品久久二区二区蜜臂av| 久久电影国产免费久久电影| 一区二区三区精密机械公司| 久久欧美一区二区| 91精品久久久久久久99蜜桃| 色婷婷av一区二区三区之一色屋| 国模无码大尺度一区二区三区| 亚洲国产精品自拍| 综合色天天鬼久久鬼色| 久久精品一区二区三区av| 在线播放视频一区| 91丨国产丨九色丨pron| 国产精品99久| 蜜乳av一区二区三区| 亚洲国产欧美日韩另类综合| 成人欧美一区二区三区| 中文字幕欧美区| 精品国产免费人成电影在线观看四季 | 亚洲成a人片在线观看中文| 国产精品免费丝袜| 337p粉嫩大胆色噜噜噜噜亚洲| 欧美系列日韩一区| 91原创在线视频| 国产91综合一区在线观看| 久久国产综合精品| 日韩电影在线观看网站| 午夜精品久久久久久久久久久 | 韩国一区二区视频| 日本欧美久久久久免费播放网| 亚洲午夜在线电影| 一区二区三区在线免费观看| 国产精品国产三级国产专播品爱网| 久久久99久久| 欧美韩国日本一区| 日本一区二区三区四区在线视频| 久久综合九色综合欧美就去吻| 日韩欧美三级在线|