Uses of Interface
gw.config.IService
-
Packages that use IService Package Description gw.config gw.lang gw.lang.gosuc gw.lang.gosuc.simple gw.lang.parser gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.module -
-
Uses of IService in gw.config
Subinterfaces of IService in gw.config Modifier and Type Interface Description interfaceIExtensionFolderLocatorinterfaceIGlobalLoaderProviderinterfaceIGosuInitializationHooksinterfaceIGosuLocalizationServiceinterfaceIGosuProfilingServiceThis is a interface for profiling in modules before pl.interfaceIMemoryMonitorinterfaceIPlatformHelperinterfaceIXmlSchemaCompatibilityConfigClasses in gw.config that implement IService Modifier and Type Class Description classAbstractPlatformHelperclassBaseServiceclassDefaultExtensionFolderLocatorclassDefaultGlobalLoaderProviderclassDefaultGosuInitializationHooksclassDefaultGosuProfilingServiceclassDefaultXmlSchemaCompatibilityConfigMethods in gw.config with type parameters of type IService Modifier and Type Method Description protected <T extends IService>
voidServiceKernel. defineService(Class<? extends T> serviceClass, Class<? extends T> implClass)protected <T extends IService,Q extends T>
voidServiceKernel. defineService(Class<? extends T> service, Q defaultImplementation)Defines a service provided by this ServiceKernel<T extends IService>
TServiceKernel. getService(Class<? extends T> service)<T extends IService,Q extends T>
voidServiceKernel. redefineService(Class<? extends T> service, Q newProvider)Overrides the default implemenation of the service with a different provider.<T extends IService,Q extends T>
voidServiceKernel. redefineService_Privileged(Class<? extends T> service, Q newProvider) -
Uses of IService in gw.lang
Subinterfaces of IService in gw.lang Modifier and Type Interface Description interfaceIGosuShop -
Uses of IService in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IService Modifier and Type Class Description classGosucGlobalLoaderProvider -
Uses of IService in gw.lang.gosuc.simple
Classes in gw.lang.gosuc.simple that implement IService Modifier and Type Class Description classCompilerMemoryMonitorclassCompilerPlatformHelper -
Uses of IService in gw.lang.parser
Subinterfaces of IService in gw.lang.parser Modifier and Type Interface Description interfaceICoercionManagerinterfaceIGosuParserFactoryClasses in gw.lang.parser that implement IService Modifier and Type Class Description classStandardCoercionManager -
Uses of IService in gw.lang.reflect
Subinterfaces of IService in gw.lang.reflect Modifier and Type Interface Description interfaceIDefaultTypeLoaderinterfaceIEntityAccessinterfaceIExtendedTypeLoaderinterfaceITypeLoaderinterfaceITypeSystemClasses in gw.lang.reflect that implement IService Modifier and Type Class Description classSimpleTypeLoaderclassTypeLoaderBase -
Uses of IService in gw.lang.reflect.gs
Classes in gw.lang.reflect.gs that implement IService Modifier and Type Class Description classGosuClassTypeLoader -
Uses of IService in gw.lang.reflect.module
Subinterfaces of IService in gw.lang.reflect.module Modifier and Type Interface Description interfaceIFileSystem
-