Uses of Interface
de.hybris.platform.cockpit.session.PushController
-
Packages that use PushController Package Description de.hybris.platform.cockpit.components de.hybris.platform.cockpit.session.impl -
-
Uses of PushController in de.hybris.platform.cockpit.components
Classes in de.hybris.platform.cockpit.components with type parameters of type PushController Modifier and Type Class Description classPushComponent<T extends PushController>A push component is a component which allows ZK components to be updated asynchronously using reverse Ajax. -
Uses of PushController in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement PushController Modifier and Type Class Description classAbstractPushControllerClass to be used as super class when implementing a standard CockpitPushController.classCommentPushControllerclassWorkflowPushControllerMethods in de.hybris.platform.cockpit.session.impl that return PushController Modifier and Type Method Description static PushControllerPushControllerCreator. createPushController(PushCreationContainer creationContainer)
-