開源 免費 java CMS - FreeCMS1.2-標籤 userList

下載地址:http://code.google.com/p/freecms/  緩存

userList google

從FreeCMS 1.2 開始支持 spa

根據參數提取用戶對象列表。 code

參數 對象

說明 索引

filter get

空字符:全部;"mail":能夠接收互動信件的用戶 table

cache List

是否使用緩存,默認爲false 下載


返回值

說明

user

用戶對象,類型爲數據對象user

index

索引


示例1

提取全部能夠接收信件的用戶。

<@userList filter="mail" cache="true";user,index>

${index+1} ${user.name}

</@userList>

相關文章
相關標籤/搜索