java.lang.Object
com.novomind.ecom.api.imail.routing.frontend.topheader.TopHeaderContent

public final class TopHeaderContent extends Object
Represents a custom TopHeaderContent
Since:
10.0.16
  • Constructor Details

    • TopHeaderContent

      public TopHeaderContent(String path)
      Constructs a new TopHeaderContent with the given path to the custom include file.
      Parameters:
      path - the path to the custom include .xhtml file for your top header, specified absolute inside 'META-INF/views' (e.g. '/topheader/myInclude.xhtml').
      Since:
      10.0.16
  • Method Details

    • getPath

      public String getPath()
      Returns the path to the custom include .xhtml file for the top header.
      Returns:
      the path to the custom include .xhtml file for your top header, specified absolute inside 'META-INF/views' (e.g. '/topheader/myInclude.xhtml').
      Since:
      10.0.16