Class ListOfCategories

java.lang.Object
org.fenixedu.cms.domain.component.ListOfCategories
All Implemented Interfaces:
CMSComponent

public class ListOfCategories extends Object implements CMSComponent
Component that lists all the Category of a given site.
  • Constructor Details

    • ListOfCategories

      public ListOfCategories()
  • Method Details

    • 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.