Uses of Enum Class
org.gatein.portal.controller.resource.script.FetchMode
Packages that use FetchMode
Package
Description
-
Uses of FetchMode in org.exoplatform.web.application.javascript
Methods in org.exoplatform.web.application.javascript that return types with arguments of type FetchModeModifier and TypeMethodDescriptionJavascriptConfigService.resolveIds(Map<ResourceId, FetchMode> ids) Method parameters in org.exoplatform.web.application.javascript with type arguments of type FetchModeModifier and TypeMethodDescriptionJavascriptConfigService.resolveIds(Map<ResourceId, FetchMode> ids) Constructors in org.exoplatform.web.application.javascript with parameters of type FetchModeModifierConstructorDescriptionScriptResourceDescriptor(ResourceId id, FetchMode fetchMode) ScriptResourceDescriptor(ResourceId id, FetchMode fetchMode, String alias, String group) -
Uses of FetchMode in org.gatein.portal.controller.resource.script
Methods in org.gatein.portal.controller.resource.script that return FetchModeModifier and TypeMethodDescriptionstatic FetchModeScriptResource.getFetchMode()static FetchModeReturns the enum constant of this class with the specified name.static FetchMode[]FetchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gatein.portal.controller.resource.script that return types with arguments of type FetchModeModifier 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().Methods in org.gatein.portal.controller.resource.script with parameters of type FetchModeModifier and TypeMethodDescriptionbooleanScriptGraph.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.Method parameters in org.gatein.portal.controller.resource.script with type arguments of type FetchModeModifier and TypeMethodDescriptionvoidScriptGraph.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().Constructor parameters in org.gatein.portal.controller.resource.script with type arguments of type FetchMode