Interface HasPageGrid

All Superinterfaces:
com.coremedia.objectserver.dataviews.AssumesIdentity, com.coremedia.objectserver.beans.ContentBean
All Known Subinterfaces:
CMChannel, CMContext

public interface HasPageGrid extends com.coremedia.objectserver.beans.ContentBean
ContentBeans containing a PageGrid-Property need to implement this IF.
  • Field Summary

    Fields inherited from interface com.coremedia.objectserver.beans.ContentBean

    METADATA_PROPERTIES_PREFIX
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the navigation context regarding pagegrid inheritance.
    Returns the merged PageGrid coming from the current bean and regarding inheritance along its navigation path.

    Methods inherited from interface com.coremedia.objectserver.dataviews.AssumesIdentity

    assumeIdentity

    Methods inherited from interface com.coremedia.objectserver.beans.ContentBean

    getContent, getContentBeanFactory
  • Method Details

    • getPageGrid

      @NonNull PageGrid getPageGrid()
      Returns the merged PageGrid coming from the current bean and regarding inheritance along its navigation path.
      Returns:
      the merged PageGrid
    • getContext

      @Nullable CMNavigation getContext()
      Return the navigation context regarding pagegrid inheritance.
      Returns:
      the navigation context or null