Class ReloadLabelsAction
- java.lang.Object
-
- com.hybris.cockpitng.actions.devtools.DevToolbarAction<java.lang.Object,java.lang.Object>
-
- com.hybris.cockpitng.actions.devtools.ReloadLabelsAction
-
- All Implemented Interfaces:
CockpitAction<java.lang.Object,java.lang.Object>
public class ReloadLabelsAction extends DevToolbarAction<java.lang.Object,java.lang.Object>
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.actions.devtools.DevToolbarAction
COCKPITNG_DEVELOPMENT_MODE
-
-
Constructor Summary
Constructors Constructor Description ReloadLabelsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResult<java.lang.Object>perform(ActionContext<java.lang.Object> ctx)Performs the action.-
Methods inherited from class com.hybris.cockpitng.actions.devtools.DevToolbarAction
canPerform, getCockpitProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction
getConfirmationMessage, needsConfirmation
-
-
-
-
Method Detail
-
perform
public ActionResult<java.lang.Object> perform(ActionContext<java.lang.Object> ctx)
Description copied from interface:CockpitActionPerforms the action.- Parameters:
ctx- context containing the data and other information- Returns:
- the action result
-
-