Package com.orchestranetworks.ui
Interface UIDependencyRegisterer
- All Known Subinterfaces:
UIAjaxContext,UIComponentWriter,UIFormPaneWriter,UIFormWriter,UIResponseContext,UIServiceComponentWriter,UITableFilterResponseContext,UserServicePaneWriter,UserServiceRawPaneWriter,UserServiceWriter,WidgetWriter,WidgetWriterForList
public interface UIDependencyRegisterer
This interface provides methods to add dependencies to resource files
in the current response context.
- Since:
- 5.7.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddJavaScriptDependency(String aJavaScriptURL) Adds a JavaScript resource dependency.
-
Method Details
-
addJavaScriptDependency
Adds a JavaScript resource dependency.For a JavaScript resource packaged in a module, one of the following methods should be used:
- Throws:
IllegalArgumentException- if the specified URL is empty ornull.- See Also:
-