Uses of Class
org.gatein.portal.controller.resource.script.ScriptResource
Packages that use ScriptResource
Package
Description
-
Uses of ScriptResource in org.exoplatform.web.application.javascript
Methods in org.exoplatform.web.application.javascript that return ScriptResourceMethods in org.exoplatform.web.application.javascript that return types with arguments of type ScriptResourceModifier and TypeMethodDescriptionJavascriptConfigService.resolveIds(Map<ResourceId, FetchMode> ids) Methods in org.exoplatform.web.application.javascript with parameters of type ScriptResource -
Uses of ScriptResource in org.gatein.portal.controller.resource.script
Fields in org.gatein.portal.controller.resource.script declared as ScriptResourceMethods in org.gatein.portal.controller.resource.script that return ScriptResourceModifier and TypeMethodDescriptionScriptGraph.addResource(ResourceId id) ScriptGraph.addResource(ResourceId id, FetchMode fetchMode) ScriptGraph.addResource(ResourceId id, FetchMode fetchMode, String alias, String groupName, String contextPath) Add a resource to the graph if available.Module.getResource()ScriptGraph.getResource(ResourceId id) ScriptGraph.getResource(ResourceScope scope, String name) ScriptGraph.removeResource(ResourceId id) ScriptGraph.removeResource(ResourceId id, String contextPath) Methods in org.gatein.portal.controller.resource.script that return types with arguments of type ScriptResourceModifier and TypeMethodDescriptionScriptGraph.getResources(ResourceScope scope) ScriptGraph.resolve(Map<ResourceId, FetchMode> pairs) Resolve a collection of pair of resource id and fetch mode, each entry of the map will be processed in the order specified by the iteration of theMap.entrySet().Methods in org.gatein.portal.controller.resource.script with parameters of type ScriptResource