Uses of Class
de.hybris.platform.cmscockpit.session.impl.FrontendAttributes
-
Packages that use FrontendAttributes Package Description de.hybris.platform.cmscockpit.components.liveedit.converter de.hybris.platform.cmscockpit.events.impl de.hybris.platform.cmscockpit.session.impl -
-
Uses of FrontendAttributes in de.hybris.platform.cmscockpit.components.liveedit.converter
Methods in de.hybris.platform.cmscockpit.components.liveedit.converter that return types with arguments of type FrontendAttributes Modifier and Type Method Description Converter<java.lang.String[],FrontendAttributes>DefaultCmsUrlChangeEventConverter. getFrontEndAttributesConverter()Method parameters in de.hybris.platform.cmscockpit.components.liveedit.converter with type arguments of type FrontendAttributes Modifier and Type Method Description voidDefaultCmsUrlChangeEventConverter. setFrontEndAttributesConverter(Converter<java.lang.String[],FrontendAttributes> frontEndAttributesConverter) -
Uses of FrontendAttributes in de.hybris.platform.cmscockpit.events.impl
Methods in de.hybris.platform.cmscockpit.events.impl that return FrontendAttributes Modifier and Type Method Description FrontendAttributesCmsUrlChangeEvent. getExtendedFrontendAttributes()Methods in de.hybris.platform.cmscockpit.events.impl with parameters of type FrontendAttributes Modifier and Type Method Description voidCmsUrlChangeEvent. setExtendedFrontendAttributes(FrontendAttributes addOnFrontEndAttributes)Constructors in de.hybris.platform.cmscockpit.events.impl with parameters of type FrontendAttributes Constructor Description CmsUrlChangeEvent(java.lang.Object source, java.lang.String url, java.lang.String relatedPagePk, java.lang.String frontendUserPk, java.lang.String jaloSessionUid, FrontendAttributes addOnFrontEndAttributes) -
Uses of FrontendAttributes in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return FrontendAttributes Modifier and Type Method Description FrontendAttributesLiveEditBrowserModel. getFrontendAttributes()
-