Uses of Class
org.exoplatform.web.application.javascript.JavascriptConfigService
Packages that use JavascriptConfigService
-
Uses of JavascriptConfigService in org.exoplatform.web.application
Fields in org.exoplatform.web.application declared as JavascriptConfigServiceModifier and TypeFieldDescriptionprotected JavascriptConfigServiceJspBasedWebHandler.javascriptConfigServiceMethods in org.exoplatform.web.application that return JavascriptConfigServiceConstructors in org.exoplatform.web.application with parameters of type JavascriptConfigServiceModifierConstructorDescriptionJavascriptManager(JavascriptConfigService javascriptConfigService) protectedJspBasedWebHandler(org.exoplatform.services.resources.LocaleConfigService localeConfigService, org.exoplatform.portal.branding.BrandingService brandingService, JavascriptConfigService javascriptConfigService, SkinService skinService) -
Uses of JavascriptConfigService in org.exoplatform.web.application.javascript
Methods in org.exoplatform.web.application.javascript with parameters of type JavascriptConfigServiceModifier and TypeMethodDescriptionvoidJavascriptTask.execute(JavascriptConfigService service, jakarta.servlet.ServletContext scontext) voidJavascriptUnregisterTask.execute(JavascriptConfigService service, jakarta.servlet.ServletContext scontext) static voidJavascriptConfigParser.processConfigResource(InputStream is, JavascriptConfigService service, jakarta.servlet.ServletContext scontext) static voidJavascriptConfigParser.unregisterResources(JavascriptConfigService service, jakarta.servlet.ServletContext scontext) Constructors in org.exoplatform.web.application.javascript with parameters of type JavascriptConfigServiceModifierConstructorDescriptionJavascriptConfigDeployer(String portalContainerName, JavascriptConfigService javascriptService)