Web Script: org/alfresco/components/document-details/path.get
Generated from /share/service/script/org/alfresco/components/document-details/path.get on Jun 14, 2026 1:28:42 PM

Script Properties
Id:org/alfresco/components/document-details/path.get
Short Name:path-navigation
Description:Path navigation component used in the document details page
Authentication:none
Transaction:none
Method:GET
URL Template:/components/document-details/path
Format Style:any
Default Format:html
Negotiated Formats:[undefined]
Implementation:class org.alfresco.web.scripts.DeclarativeWebScript
Extensions:[undefined]

Store: classpath:alfresco/site-webscripts

File: org/alfresco/components/document-details/path.get.desc.xml
<webscript>
  <shortname>path-navigation</shortname>
  <description>Path navigation component used in the document details page</description>
  <url>/components/document-details/path</url>
</webscript>
File: org/alfresco/components/document-details/path.get.head.ftl
<!-- Document Path Assets -->
<link rel="stylesheet" type="text/css" href="${page.url.context}/components/document-details/path.css" />
<script type="text/javascript" src="${page.url.context}/components/document-details/path.js"></script>
File: org/alfresco/components/document-details/path.get.html.ftl
<script type="text/javascript">//<![CDATA[
   new Alfresco.DocumentPath("${args.htmlid}").setOptions(
   {
      siteId: "${page.url.templateArgs.site!""}",
      containerId: "${args.container!"documentLibrary"}"
   }).setMessages(
      ${messages}
   );
//]]></script>

<div class="path-nav">
   <span class="heading">${msg("path.location")}:</span>
   <span id="${args.htmlid}-defaultPath" class="path-link"><a href="${url.context}/page/site/${page.url.templateArgs.site}/documentlibrary">${msg("path.documents")}</a></span>
   <span id="${args.htmlid}-path"></span>
</div>
File: org/alfresco/components/document-details/path.get.properties
path.location=Location
path.documents=Documents

Store: classpath:alfresco/webscripts

[No implementation files]