Uses of Class
org.gatein.portal.controller.resource.ResourceId
Packages that use ResourceId
Package
Description
-
Uses of ResourceId in org.exoplatform.web.application
Methods in org.exoplatform.web.application that return types with arguments of type ResourceId -
Uses of ResourceId in org.exoplatform.web.application.javascript
Fields in org.exoplatform.web.application.javascript declared as ResourceIdMethods in org.exoplatform.web.application.javascript that return ResourceIdModifier and TypeMethodDescriptionScriptResourceDescriptor.getId()Javascript.getResource()DependencyDescriptor.getResourceId()Methods in org.exoplatform.web.application.javascript with parameters of type ResourceIdModifier and TypeMethodDescriptionstatic JavascriptJavascript.create(ResourceId resource, String path, String contextPath, int priority) JavascriptConfigService.generateUrl(ResourceId id) org.exoplatform.commons.utils.CompositeReaderJavascriptConfigService.getCompositeScript(ResourceId resourceId, Locale locale) JavascriptConfigService.getResource(ResourceId resource) JavascriptConfigService.getScript(ResourceId resourceId, Locale locale) voidJavascriptTask.initJSModuleCache(JavascriptConfigService javascriptService, ResourceId resourceId) Method parameters in org.exoplatform.web.application.javascript with type arguments of type ResourceIdModifier and TypeMethodDescriptionJavascriptConfigService.resolveIds(Map<ResourceId, FetchMode> ids) Constructors in org.exoplatform.web.application.javascript with parameters of type ResourceIdModifierConstructorDescriptionDependencyDescriptor(ResourceId resourceId) DependencyDescriptor(ResourceId resourceId, String alias, String pluginRS) Local(ResourceId resource, String contextPath, String path, String resourceBundle, int priority) Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority) Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority, boolean minify) Remote(ResourceId resource, String contextPath, String uri, int priority) ScriptResourceDescriptor(ResourceId id, FetchMode fetchMode) ScriptResourceDescriptor(ResourceId id, FetchMode fetchMode, String alias, String group) -
Uses of ResourceId in org.gatein.portal.controller.resource
Fields in org.gatein.portal.controller.resource declared as ResourceIdMethods in org.gatein.portal.controller.resource that return ResourceIdModifier and TypeMethodDescriptionReturns a newResourceIdscoped with this enum instance.Resource.getId()Methods in org.gatein.portal.controller.resource that return types with arguments of type ResourceIdConstructors in org.gatein.portal.controller.resource with parameters of type ResourceIdModifierConstructorDescriptionResource(ResourceId id) ScriptKey(ResourceId id, boolean minified, Locale locale) -
Uses of ResourceId in org.gatein.portal.controller.resource.script
Methods in org.gatein.portal.controller.resource.script that return types with arguments of type ResourceIdModifier and TypeMethodDescriptionScriptResource.getClosure()ScriptGroup.getDependencies()ScriptResource.getDependencies()Methods in org.gatein.portal.controller.resource.script with parameters of type ResourceIdModifier and TypeMethodDescriptionvoidScriptResource.addDependency(ResourceId dependencyId) voidScriptResource.addDependency(ResourceId dependencyId, String alias, String pluginRS) ScriptGraph.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.ScriptResource.getDepInfo(ResourceId id) ScriptGraph.getResource(ResourceId id) ScriptGraph.removeResource(ResourceId id) ScriptGraph.removeResource(ResourceId id, String contextPath) Method parameters in org.gatein.portal.controller.resource.script with type arguments of type ResourceIdModifier and TypeMethodDescriptionScriptGraph.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().