Class PageContent

java.lang.Object
com.aquima.web.api.model.page.PageContent

public class PageContent extends Object
This model represents the content of a single page.
Since:
9.2
Author:
A.Pragt
  • Constructor Details Link icon

    • PageContent Link icon

      public PageContent()
    • PageContent Link icon

      public PageContent(PageContent other)
  • Method Details Link icon

    • getElements Link icon

      public Map<String,ElementModel> getElements()
      This method returns all model on the page, ordered by key.
      Returns:
      The child elements.