Class ListPosts

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

public class ListPosts extends Object implements CMSComponent
Component that lists all the non-static Post
  • Field Details

  • Constructor Details

    • ListPosts

      public ListPosts()
  • 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.