Class ActivationEventHandler
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
de.hybris.platform.cockpit.session.impl.ActivationEventHandler
- All Implemented Interfaces:
RequestEventHandler
Cockpit
RequestEventHandler responsible for handling item activation events.- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Handles item activation events triggered by the use of HTTP request parameters.Methods inherited from class de.hybris.platform.cockpit.session.impl.AbstractRequestEventHandler
getParameter, getPrefix, setPrefix
-
Field Details
-
ITEM_KEY
- See Also:
-
-
Constructor Details
-
ActivationEventHandler
public ActivationEventHandler()
-
-
Method Details
-
handleEvent
Handles item activation events triggered by the use of HTTP request parameters. Ifperspectiveisnullthe event is ignored.- Parameters:
perspective- the perspective the perspective in which the item should be activatedparams- HTTP request parameters- See Also:
-