Class ListOfCategories

    • Constructor Detail

      • ListOfCategories

        public ListOfCategories()
    • Method Detail

      • handle

        public void handle​(Page page,
                           TemplateContext local,
                           TemplateContext global)
        Description copied from interface: CMSComponent
        Provides the necessary info needed to render the component on a given page and context.
        Specified by:
        handle in interface CMSComponent
        Parameters:
        page - the page where the component will be rendered.
        local - local context for the component.
        global - global context where the component is being rendered.