OpenCms JSP標籤詳解——cms:property標籤

來源:互聯網
上載者:User
 

<cms:property> 標籤  此標籤用於訪問當前檔案或其父資料夾的“屬性”(property),“屬性”在OpenCms的“瀏覽”視圖的“屬性對話方塊”中進行設定。   標籤說明
名稱 描述 必須
name 要讀取的屬性名稱,如“title”、“cache”、“content-encoding”等,如果沒有找到指定的屬性,則返回“null”。
file   下面的“值”指定了屬性的尋找方式:
uri (default)
  在使用者請求的當前檔案中尋找屬性。
search.uri or search
  在使用者請求的當前檔案中尋找屬性,如果沒有找到,則從當前檔案開始一級級向上找這個檔案的父資料夾的此屬性。
element.uri
  在當前所引用的子項目中尋找屬性,element.uri在模板中或是其它包含多個子項目的頁面中非常有用。
search.element.uri
  在當前所引用的子項目中尋找屬性,如果沒有找到,則從這個子項目檔案開始一級級向上找這個子項目檔案的父資料夾的此屬性。
{some-file-uri}
  在指定的OpenCms VFS uri檔案中尋找屬性。
執行個體:<cms:property name="Title" /> 讀取當前檔案的“Title”屬性
<cms:property name="Title" file="uri" /> 同上<cms:property name="locale" file="search" /> 讀取當前檔案的“locale”屬性,如果沒有找到,
則向上在其的父親檔案夾中進行尋找。
<cms:property name="Title" file="search.uri" /> 同上<cms:property name="Title" file="/index.html" /> 讀取“/index.html”檔案的“Title”屬性

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.