Class CMSTabParagraphContainerController
java.lang.Object
de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController<T>
de.hybris.platform.yacceleratorstorefront.controllers.cms.AbstractAcceleratorCMSComponentController<CMSTabParagraphContainerModel>
de.hybris.platform.yacceleratorstorefront.controllers.cms.CMSTabParagraphContainerController
@Controller("CMSTabParagraphContainerController")
@RequestMapping("/view/CMSTabParagraphContainerController")
public class CMSTabParagraphContainerController
extends AbstractAcceleratorCMSComponentController<CMSTabParagraphContainerModel>
Controller for CMSTabParagraphContainer. This controller is used for displaying the container own page
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
AbstractController.HttpNotFoundException -
Field Summary
Fields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController
COMPONENT, COMPONENT_UID, SANITIZE_REGEXFields inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
FORWARD_PREFIX, REDIRECT_PREFIX, ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, CMSTabParagraphContainerModel component) Methods inherited from class de.hybris.platform.yacceleratorstorefront.controllers.cms.AbstractAcceleratorCMSComponentController
getViewMethods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.cms.AbstractCMSComponentController
checkIfComponentNotEmpty, getCmsComponentService, getCmsPageContextService, getRequestContextData, getTypeCode, handleComponent, handleGet, setCmsComponentServiceMethods inherited from class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController
addRequestToModel, getBean
-
Constructor Details
-
CMSTabParagraphContainerController
public CMSTabParagraphContainerController()
-
-
Method Details
-
fillModel
protected void fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, CMSTabParagraphContainerModel component) - Specified by:
fillModelin classAbstractCMSComponentController<CMSTabParagraphContainerModel>
-