Hi All,
While looking into how clientlib are rendered as script tags for JS clientlibs, I could narrow down the search to "/libs/granite/sightly/templates/ClientLibUseObject.java" file in which HtmlLibraryManger's writeIncludes methods have been used.
But i was not able to find the implementation of com.adobe.granite.ui.clientlibs.HtmlLibraryManager (htmlLibraryManager.writeJsInclude(request, out, categories)) in UberJar 6.3.0 to actually figure out how scripts are added to HTML.
Could some one let me know where I can find the code.
Solved! Go to Solution.
Views
Replies
Total Likes
There is no offical way (for any non-Adobe person) to see the source code of the implementation classes.
Jörg
Views
Replies
Total Likes
The implementation classes are not available via the uber.jar, but only the interfaces.
Jörg
Views
Replies
Total Likes
Hi Jörg,
Is there a way i can get the interfaces as well.
How can i get to see the code involved in htmlLibraryManager.writeJsInclude(request, out, categories)
Views
Replies
Total Likes
There is no offical way (for any non-Adobe person) to see the source code of the implementation classes.
Jörg
Views
Replies
Total Likes