mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Creation of new root webapp folders via specific action or via Edit Web Project wizard - Modification of default webapp folder in Edit Web Project wizard - Switching of 'current' webapp for staging/sandbox views in the browse web project screen - Filtering of files in sandbox modified file list by current webapp - Submit All action correctly respects the current webapp . A few minor UI tweaks to placement of menus and actions in web project/sandbox views git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4594 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
144 lines
4.7 KiB
XML
144 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
|
|
|
|
<taglib>
|
|
|
|
<tlib-version>1.0</tlib-version>
|
|
<jsp-version>1.2</jsp-version>
|
|
<short-name>w</short-name>
|
|
<display-name>Alfresco WCM JSF Components</display-name>
|
|
<description>Tag library consisting of Alfresco WCM JSF components i.e. those that can only be used in Alfresco WCM based projects</description>
|
|
|
|
<tag>
|
|
<name>userSandboxes</name>
|
|
<tag-class>org.alfresco.web.ui.wcm.tag.UserSandboxesTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<display-name>User Sandboxes</display-name>
|
|
<description>Displays the user sandboxes for a website</description>
|
|
|
|
<attribute>
|
|
<name>id</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The component identifier for this component</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>value</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The noderef of the website to display sandboxes for</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>binding</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The value binding expression linking this component to a property in a backing bean</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>rendered</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>webapp</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>sandboxSnapshots</name>
|
|
<tag-class>org.alfresco.web.ui.wcm.tag.SandboxSnapshotsTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<display-name>Sandbox Snapshots List</display-name>
|
|
<description>Displays the list of snapshots for a sandbox</description>
|
|
|
|
<attribute>
|
|
<name>id</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The component identifier for this component</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>value</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The sandbox to show the list of snapshots for</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>binding</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The value binding expression linking this component to a property in a backing bean</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>rendered</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>dateFilter</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>formProcessor</name>
|
|
<tag-class>org.alfresco.web.ui.wcm.tag.FormProcessorTag</tag-class>
|
|
<body-content>JSP</body-content>
|
|
<display-name>Form Processor</display-name>
|
|
<description>Renders a form</description>
|
|
|
|
<attribute>
|
|
<name>id</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The component identifier for this component</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>formInstanceData</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The instance data for the form processor</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>form</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The form to use to render this form.</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>formProcessorSession</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The form processor session value binding.</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>binding</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
<description>The value binding expression linking this component to a property in a backing bean</description>
|
|
</attribute>
|
|
|
|
<attribute>
|
|
<name>rendered</name>
|
|
<required>false</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
</taglib>
|