Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0 branch (discontinued), 1.2.4, 1.3.0-beta1
-
None
Description
Where JavaScriptHeaderContributor contributes a reference to a javascript file relative to the context, ExternalJavaScriptHeaderContributor allows references to any javascript files just as long as the reference is recognized by the 'src' attribute of the <script> element.
This is not really an extension, rather a 'down'tesnsion since ExternalJavaScriptHeaderContributor equals (JavaScriptHeaderContributor - the lines of code that prepend the getContextPath to the given reference).
mf