Class TopHeaderContent


  • public final class TopHeaderContent
    extends java.lang.Object
    Represents a custom TopHeaderContent
    Since:
    10.0.16
    • Constructor Summary

      Constructors 
      Constructor Description
      TopHeaderContent​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TopHeaderContent

        public TopHeaderContent​(java.lang.String path)
        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 Detail

      • getPath

        public java.lang.String getPath()
        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