-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed TLD files because there's a build issue that prevents generated…
… TLD's from being included
- Loading branch information
Brendan Robert
committed
Nov 15, 2018
1 parent
0b29bee
commit 0540db1
Showing
9 changed files
with
225 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/audio</uri> | ||
<function> | ||
<name>getHtmlSource</name> | ||
<function-class>com.adobe.acs.commons.dam.audio.AudioFunctions</function-class> | ||
<function-signature>java.lang.String getHtmlSource(com.day.cq.dam.api.Rendition,com.day.cq.dam.video.VideoProfile)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/dam</uri> | ||
<function> | ||
<name>getTitleOrName</name> | ||
<function-class>com.adobe.acs.commons.dam.DAMFunctions</function-class> | ||
<function-signature>java.lang.String getTitleOrName(com.day.cq.dam.api.Asset)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/dhlm</uri> | ||
<tag> | ||
<name>includeClientLibraries</name> | ||
<tag-class>com.adobe.acs.commons.designer.IncludeDesignLibrariesTag</tag-class> | ||
<body-content>empty</body-content> | ||
<attribute> | ||
<name>css</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
<attribute> | ||
<name>design</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>com.day.cq.wcm.api.designer.Design</type> | ||
</attribute> | ||
<attribute> | ||
<name>js</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
<attribute> | ||
<name>region</name> | ||
<required>true</required> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.String</type> | ||
</attribute> | ||
</tag> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/wcm</uri> | ||
<tag> | ||
<name>defineObjects</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.DefineObjects</tag-class> | ||
<body-content>JSP</body-content> | ||
</tag> | ||
<tag> | ||
<name>placeholder</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.PlaceholderTag</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>classNames</name> | ||
<type>java.lang.String</type> | ||
</attribute> | ||
<attribute> | ||
<name>ddType</name> | ||
<type>java.lang.String</type> | ||
</attribute> | ||
</tag> | ||
<function> | ||
<name>hasTemplate</name> | ||
<function-class>com.adobe.acs.commons.util.TemplateUtil</function-class> | ||
<function-signature>boolean hasTemplate(com.day.cq.wcm.api.Page,java.lang.String)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/wcmmode</uri> | ||
<tag> | ||
<name>preview</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.wcmmode.PreviewMode</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>not</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
</tag> | ||
<tag> | ||
<name>design</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.wcmmode.DesignMode</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>not</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
</tag> | ||
<tag> | ||
<name>disabled</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.wcmmode.DisabledMode</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>not</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
</tag> | ||
<tag> | ||
<name>edit</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.wcmmode.EditMode</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>not</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
</tag> | ||
<tag> | ||
<name>setMode</name> | ||
<tag-class>com.adobe.acs.commons.wcm.tags.wcmmode.SetWCMMode</tag-class> | ||
<body-content>JSP</body-content> | ||
<attribute> | ||
<name>mode</name> | ||
<required>true</required> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.String</type> | ||
</attribute> | ||
<attribute> | ||
<name>restore</name> | ||
<rtexprvalue>true</rtexprvalue> | ||
<type>java.lang.Boolean</type> | ||
</attribute> | ||
</tag> | ||
<function> | ||
<name>isDesign</name> | ||
<function-class>com.adobe.acs.commons.wcm.tags.wcmmode.WCMModeFunctions</function-class> | ||
<function-signature>boolean isDesign(javax.servlet.jsp.PageContext)</function-signature> | ||
</function> | ||
<function> | ||
<name>isDisabled</name> | ||
<function-class>com.adobe.acs.commons.wcm.tags.wcmmode.WCMModeFunctions</function-class> | ||
<function-signature>boolean isDisabled(javax.servlet.jsp.PageContext)</function-signature> | ||
</function> | ||
<function> | ||
<name>isEdit</name> | ||
<function-class>com.adobe.acs.commons.wcm.tags.wcmmode.WCMModeFunctions</function-class> | ||
<function-signature>boolean isEdit(javax.servlet.jsp.PageContext)</function-signature> | ||
</function> | ||
<function> | ||
<name>isPreview</name> | ||
<function-class>com.adobe.acs.commons.wcm.tags.wcmmode.WCMModeFunctions</function-class> | ||
<function-signature>boolean isPreview(javax.servlet.jsp.PageContext)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/widgets</uri> | ||
<function> | ||
<name>getMultiFieldPanelValues</name> | ||
<function-class>com.adobe.acs.commons.widgets.MultiFieldPanelFunctions</function-class> | ||
<function-signature>java.util.List<java.util.Map<java.lang.String,java.lang.String>> getMultiFieldPanelValues(org.apache.sling.api.resource.Resource,java.lang.String)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<taglib version="2.1" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<tlib-version>1.0</tlib-version> | ||
<uri>http://www.adobe.com/consulting/acs-aem-commons/xss</uri> | ||
<function> | ||
<name>encodeForHTML</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.CharSequence encodeForHTML(com.adobe.granite.xss.XSSAPI,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>encodeForHTMLAttr</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.CharSequence encodeForHTMLAttr(com.adobe.granite.xss.XSSAPI,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>encodeForJSString</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.CharSequence encodeForJSString(com.adobe.granite.xss.XSSAPI,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>filterHTML</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.CharSequence filterHTML(com.adobe.granite.xss.XSSAPI,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>getValidHref</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.CharSequence getValidHref(com.adobe.granite.xss.XSSAPI,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>getValidDimension</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.String getValidDimension(com.adobe.granite.xss.XSSAPI,java.lang.String,java.lang.String)</function-signature> | ||
</function> | ||
<function> | ||
<name>getValidInteger</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.Integer getValidInteger(com.adobe.granite.xss.XSSAPI,java.lang.String,int)</function-signature> | ||
</function> | ||
<function> | ||
<name>getValidJSToken</name> | ||
<function-class>com.adobe.acs.commons.xss.XSSFunctions</function-class> | ||
<function-signature>java.lang.String getValidJSToken(com.adobe.granite.xss.XSSAPI,java.lang.String,java.lang.String)</function-signature> | ||
</function> | ||
</taglib> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0540db1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kwin This was the commit where TLDs were embedded. For whatever reason they stopped building because of the plugins but it wasn't related to any changes in this particular feature.