The pages will be defined here
The corresponding page definition will be available in the folder.
C:\Alfresco3.4.1\tomcat\webapps\share\WEB-INF\classes\alfresco\site-data\pages
For the documentlibrary we will hava the below page definition.
If you see the page It has Template-instance, so it will look for template-instance. The template-instance are located at C:\Alfresco3.4.1\tomcat\webapps\share\WEB-INF\classes\alfresco\site-data\template-instances\documentlibrary.xml
The template-instance is made up of the components. Components will have the region-id as below.
Here multiple calls will happen.
Call to the template file and the corresponding javascript file.
Call to the region ids
C:\Alfresco3.4.1\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\title
These calls will be continued for each region. By calling seperate webscripts based on the urls.
If you see the
It will call the scripts located in the below location
C:\Alfresco3.4.1\tomcat\webapps\share\WEB-INF\classes\alfresco\templates\org\alfresco\ documentlibrary.js and the corresponding template. The ftl is going to have the definition of the page.
It will connect to alfresco and creats the folder
result = connector.get("/slingshot/doclib/container/" + siteId + "/" + containerId + "?type=" + toRepoType(contentType));
No comments:
Post a Comment