Class TopHeaderContent
java.lang.Object
com.novomind.ecom.api.imail.routing.frontend.topheader.TopHeaderContent
Represents a custom TopHeaderContent
- Since:
- 10.0.16
-
Constructor Summary
ConstructorsConstructorDescriptionTopHeaderContent(String path) Constructs a newTopHeaderContentwith the given path to the custom include file. -
Method Summary
-
Constructor Details
-
TopHeaderContent
Constructs a newTopHeaderContentwith 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
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
-