Uses of Interface
de.hybris.platform.cmsfacades.rendering.ComponentRenderingService
-
Packages that use ComponentRenderingService Package Description de.hybris.platform.cmsfacades.items.impl de.hybris.platform.cmsfacades.rendering.impl -
-
Uses of ComponentRenderingService in de.hybris.platform.cmsfacades.items.impl
Methods in de.hybris.platform.cmsfacades.items.impl that return ComponentRenderingService Modifier and Type Method Description protected ComponentRenderingService
DefaultComponentItemFacade. getComponentRenderingService()
Methods in de.hybris.platform.cmsfacades.items.impl with parameters of type ComponentRenderingService Modifier and Type Method Description void
DefaultComponentItemFacade. setComponentRenderingService(ComponentRenderingService componentRenderingService)
-
Uses of ComponentRenderingService in de.hybris.platform.cmsfacades.rendering.impl
Classes in de.hybris.platform.cmsfacades.rendering.impl that implement ComponentRenderingService Modifier and Type Class Description class
DefaultComponentRenderingService
Default implementation ofComponentRenderingService
.
-