All Superinterfaces:
AbstractPage, com.coremedia.blueprint.common.datevalidation.ValidityPeriod

public interface Page extends AbstractPage
A Page is a AbstractPage that represents a complete page including its own CSS, JavaScript and favicon.
  • Method Details

    • getCss

      List<?> getCss()
      Returns the css contents for this page.
      Returns:
      the css contents for this page
    • getJavaScript

      List<?> getJavaScript()
      Returns the JavaScript contents for this page.
      Returns:
      the JavaScript contents for this page
    • getHeadJavaScript

      List<?> getHeadJavaScript()
      Returns the JavaScript contents for this page that are to be included in the HTML head.
      Returns:
      the JavaScript contents for the head of this page
    • getFavicon

      com.coremedia.cap.common.Blob getFavicon()
      Returns a favicon for this page. May be null.
    • getContext

      CMContext getContext()
      Return the first navigation context within the navigation hierarchy which is an instance of CMContext