Class CmsContentPagePrepareInterceptor

java.lang.Object
de.hybris.platform.cms2.servicelayer.interceptor.impl.CmsContentPagePrepareInterceptor
All Implemented Interfaces:
Interceptor, PrepareInterceptor

public class CmsContentPagePrepareInterceptor extends Object implements PrepareInterceptor
This interceptor is invoked before model is saved to the database and before it is validated.

Note:
We check whether the label was changed on the primary content page: if true then we have to fetched all variation pages and change their label accordingly; otherwise do nothing

See Also: