Class CreateContext
- java.lang.Object
-
- com.hybris.cockpitng.core.context.impl.DefaultCockpitContext
-
- com.hybris.cockpitng.actions.create.CreateContext
-
- All Implemented Interfaces:
CockpitContext,java.io.Serializable
public class CreateContext extends DefaultCockpitContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateContext(java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()-
Methods inherited from class com.hybris.cockpitng.core.context.impl.DefaultCockpitContext
addAllParameters, clearParameters, containsParameter, getParameter, getParameterKeys, getParameters, removeParameter, setParameter, setParameters
-
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.core.context.CockpitContext
getParameterAsBoolean
-
-