Interface ClientResourcePlugin
Definition of a plug-in providing resource urls to be loaded in webedit.
- Since:
- 5.2.25
-
Method Summary
Modifier and TypeMethodDescriptionProvides a list of relative or absolute javascript urls to be loaded in webedit.Provides a list of relative or absolute stylesheet/css urls to be loaded in webedit.
-
Method Details
-
getScriptUrls
Provides a list of relative or absolute javascript urls to be loaded in webedit. The base-url for the relative urls is the webedit webapp context path (e.g. /fs5webedit/).- Returns:
- a list of javascript urls which should be loaded in webedit.
- Since:
- 5.2.25
-
getStylesheetUrls
Provides a list of relative or absolute stylesheet/css urls to be loaded in webedit. The base-url for the relative urls is the webedit webapp context path (e.g. /fs5webedit/).- Returns:
- a list of stylesheet/css urls which should be loaded in webedit.
- Since:
- 5.2.25
-