比較全面的taglib標籤庫介紹

2021-04-02 07:30:23 字數 3869 閱讀 3521

從其他罈子看到的 感覺還不錯 by dickwin

一、定義標籤檔案(web.xml)

/tags/struts-logic

/web-inf/struts-logic.tld

二、引用標籤檔案(jsp檔案)

<%@ taglib uri="/tags/struts-logic" prefix="logic"  %>

三、標籤檔案說明(struts-logic.tld)

(1)empty標籤

類名:.apache.struts.taglib.logic.emptytag

標籤體:bodycontent=jsp

引用logic:empty

屬性  attribute:name,property,scope

功能:判斷物件的值是否為空

(2)equal

類名:.apache.struts.taglib.logic.equaltag

標籤體:bodycontent=jsp

引用logic:equal

屬性  attribute:cookie,header,name,parameter,property,scope,value

功能:等於比較符

(3) forward

.apache.struts.taglib.logic.forwardtag  

標籤體:bodycontent=empty

引用logic:forward

屬性  attribute:name

功能:頁面導向,查詢配置檔案的全域性forward

(4) greaterequal

類名:.apache.struts.taglib.logic.greaterequaltag

標籤體:bodycontent=jsp

引用logic:greaterequal

屬性  attribute:cookie,header,name,parameter,property,scope,value

功能:大於等於比較符

(5)greaterthan

類名:.apache.struts.taglib.logic.greaterthantag

標籤體:bodycontent=jsp

引用logic:greaterthan

屬性  attribute:cookie,header,name,parameter,property,scope,value

功能:大於比較符

(6) iterator

類名:.apache.struts.taglib.logic.iteratetag

標籤體:bodycontent=jsp

引用logic:iterator

屬性  attribute:collection,id,indexid,length,name,offset,property,scope,type

功能:顯示列表為collection的值(list ,arraylist,hashmap等)

(7)lessequal

類名.apache.struts.taglib.logic.lessequaltag

標籤體:bodycontent=jsp

logic:lessequal

屬性  attribute:cookie,header,name,parameter,property,scope,value

功能:小於等於比較符

(8)lessthan

類名:.apache.struts.taglib.logic.lessthantag

標籤體:bodycontent=jsp

logic:lessthan

屬性  attribute:cookie,header,name,parameter,property,scope,value

功能:小於比較符

(9)match

類名:.apache.struts.taglib.logic.matchtag

標籤體:bodycontent=jsp

引用logic:match

屬性  attribute:cookie,header,location,name,parameter,property,scope,value

功能:比較物件

(10)messagesnotpresent

類名:.apache.struts.taglib.logic.messagesnotpresenttag

標籤:bodycontent=jsp

引用logic:messagesnotpresent

屬性  attribute:name,property,message

功能:actionmessages/actionerrors物件是否不存在

(11)messagepresent

類名:.apache.struts.taglib.logic.messagespresenttag

標籤:bodycontent=jsp

引用logic:messagepresent

屬性  attribute:name,property,message

功能:actionmessages/actionerrors物件是否不存在

(12)notempty

類名:.apache.struts.taglib.logic.notemptytag

標籤:bodycontent=jsp

引用logic:notempty

屬性  attribute:name,property,scope

功能:比較物件是否不為空

(13)notequal

類名:.apache.struts.taglib.logic.notequaltag

標籤:bodycontent=jsp

引用logic:notequal

屬性  attribute:cookie,header,name,parameter,property,scope,value

(14)notmatch

類名:.apache.struts.taglib.logic.notmatchtag

標籤:bodycontent=jsp

引用logic:notmatch

屬性  attribute:cookie,header,location,name,parameter,property,scope,value

功能:比較物件是否不相等

(15)notpresent

類名:.apache.struts.taglib.logic.notpresenttag

標籤:bodycontent=jsp

引用logic:notpresent

屬性 attribute:cookie,header,name,parameter,property,role,scope,user

功能:request物件傳遞引數是否不存在

(16)present

類名:.apache.struts.taglib.logic.presenttag

標籤:bodycontent=jsp

引用logic:present

屬性  attribute:cookie,header,name,parameter,property,role,scope,user

功能:request物件傳遞引數是否存在

(17)redirect

類名:.apache.struts.taglib.logic.redirecttag

標籤:bodycontent=jsp

引用logic:redirect

屬性  attribute:anchor,forward,href,name,page,paramid,paramname,paramproperty,paramscope,property,scope,transaction

功能;頁面轉向,可傳遞引數

比較全面的taglib標籤庫介紹

一 定義標籤檔案 web.xml tags struts logic web inf struts logic.tld 二 引用標籤檔案 jsp檔案 taglib uri tags struts logic prefix logic 三 標籤檔案說明 struts logic.tld 1 empty...

Linux下比較全面的監控工具dstat

dstat是一個用來替換 vmstat,iostat netstat,nfsstat和ifstat這些命令的工具,是一個全能系統資訊統計工具.與sysstat相比,dstat擁有一個彩色的介面,在手動觀察效能狀況時,資料比較顯眼容易觀察 而且dstat支援即時重新整理,譬如輸入dstat 3,即每三...

比較全面的 CSS 選擇器總結

與任何元素匹配 e e 表示 html 的元素名 div first letter 對指定物件內的第一個字元起作用,僅對塊元素起作用 first line 對指定物件內的第一行內容起作用,僅對塊元素起作用 before afte e attr 表示針對具有 attr 屬性的 e 元素起作用 div ...

一個比較全面的探測器

一個比較全面的探測器 response.write response.write vbscript支援 scriptengine response.write buildversion scriptenginebuildversion response.write majorversion scri...

轉 關於Log4j比較全面的配置

log4j的配置之簡單使它遍及於越來越多的應用中了 log4j配置檔案實現了輸出到控制檯 檔案 回滾檔案 傳送日誌郵件 輸出到資料庫日誌表 自定義標籤等全套功能。擇其一二使用就夠用了,1 配置根logger level 日誌的級別,指定這條日誌資訊的重要性。分為all debug info warn...