Uses of Interface
com.hybris.cockpitng.modules.ServletContextResolver
-
Packages that use ServletContextResolver Package Description com.hybris.cockpitng.modules com.hybris.cockpitng.modules.core.impl -
-
Uses of ServletContextResolver in com.hybris.cockpitng.modules
Classes in com.hybris.cockpitng.modules that implement ServletContextResolver Modifier and Type Class Description classDefaultServletContextResolverImplementation ofServletContextResolverusing ZK'sExecutionto retrieve the currentServletContext. -
Uses of ServletContextResolver in com.hybris.cockpitng.modules.core.impl
Methods in com.hybris.cockpitng.modules.core.impl that return ServletContextResolver Modifier and Type Method Description protected ServletContextResolverCockpitModuleComponentDefinitionService. getServletContextResolver()Methods in com.hybris.cockpitng.modules.core.impl with parameters of type ServletContextResolver Modifier and Type Method Description voidCockpitModuleComponentDefinitionService. setServletContextResolver(ServletContextResolver servletContextResolver)
-