Package gw.config
Class DefaultCommonsServiceKernelInit
- java.lang.Object
-
- gw.config.DefaultCommonsServiceKernelInit
-
- All Implemented Interfaces:
ServiceKernelInit
public class DefaultCommonsServiceKernelInit extends Object implements ServiceKernelInit
-
-
Constructor Summary
Constructors Constructor Description DefaultCommonsServiceKernelInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(ServiceKernel services)Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-
-
Method Detail
-
init
public void init(ServiceKernel services)
Description copied from interface:ServiceKernelInitAllows the default kernel services to be overridden, providing customizations at higher levels of the system.- Specified by:
initin interfaceServiceKernelInit
-
-