隨筆-204  評論-90  文章-8  trackbacks-0
          Logic Tags

          語法應用是 --
          <someComparisonTag value="someUserNameValue" cookie="userName"> (cookie specifies the name of the cookie to compare with value)
          <someComparisonTag value="en_US" header="Accept-Language"> (header specifies the name of the HTTP header to compare with value)
          <someComparisonTag value="someUserNameValue" parameter="username"> (parameter specifies the name of the request parameter to compare with value)

          <someComparisonTag name="testBean" property="propNameInTestBean" value="someValue"> (典型)
          name指定了bean的名字而property指定了該bean的某個property以便于與value比較, 通常我們還可以加一個scope來限制bean
          property is used in conjunction with name to specify a property in the bean specified by name. The property reference can be simple, nested, and/or indexed. For the type of syntax used for property, see the users guide on the Bean Tags.
          scope specifies the bean scope which can be page, request, session, application, "any scope" (default)

          1) 值比較 Value Comparison: equal, notEqual, greaterEqual, lessEqual, lessThan, greaterThan
          比較邏輯是 -- 先試圖convert成long double,并比較; 如果parse失敗就會用String.equalTo()來比較

          1) 值比較 Value Comparison: present, notPresent, empty, notEmpty
          present看的是某變量/實例是否存在于某個限定范圍,empty看的是該實例是否為null, "", or collection.isEmpty()==true (only for collection)

          2) 子字符串匹配 Substring Matching: match, notMatch
          match/notMatch 還有一個可選location來指定該substring必須出現在字符串開始還是結尾 (location="start/end")

          3) Presentation Location: forward, redirect
          用法尚不清楚

          4) Collection Utilities: iterate (極常用)
          <logic:iterate id="searchResultList" name="<%=WebKeys.SEARCH_RESULT_LIST_TWO%>" scope="session">
          <bean:write name="searchResultList" property="itemName"/></a>
          <bean:write name="searchResultList" property="itemUnitOfMeasure" />
          <bean:write name="searchResultList" property="inventoryDetailSize" format="#0.00"/>
          </logic:iterate>
          如果property給定,name代表了一個bean的實例,而這個bean的getThatProperty()將返回此tag需要的collection實例,
          如果沒有給定property, name本身就指定了將被iterate的collection的實例,
          id給出了每一次循環的collection的當前object的名字,用于在內部使用
          offset和length指定了從collection的哪個位置開始,到哪里結束,其他請參見Struts Documentation,這里不詳述
          posted on 2006-02-23 16:37 一凡 閱讀(293) 評論(0)  編輯  收藏 所屬分類: JAVA FRAMEWORK

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 桑植县| 昭平县| 肃宁县| 惠州市| 长葛市| 孝昌县| 泾阳县| 唐河县| 敦煌市| 军事| 宝山区| 梧州市| 清镇市| 台北市| 敖汉旗| 繁昌县| 准格尔旗| 黄冈市| 泉州市| 乌拉特后旗| 加查县| 邹城市| 武宁县| 黑河市| 江城| 乐昌市| 莲花县| 望谟县| 仪征市| 腾冲县| 姜堰市| 威远县| 莱西市| 加查县| 唐山市| 芜湖县| 东乡县| 什邡市| 广元市| 西平县| 惠州市|