Class PageDataType.Data

    • Constructor Detail

      • Data

        public Data​(PageConfig pageConfig)
        Creates a new Data instance copying its values from a PageConfig.
        Parameters:
        pageConfig - the pageConfig.
        Since:
        4.0.8
    • Method Detail

      • getDisplayString

        public String getDisplayString​(IRenderer renderer)
                                throws PortalException
        Description copied from interface: IRenderable
        Returns the string to be displayed for representing this instance, when a short display is required.
        Specified by:
        getDisplayString in interface IRenderable
        Parameters:
        renderer - the renderer object that will use the returned render data.
        Returns:
        the string to be used to friendly display this instance.
        Throws:
        PortalException
      • getPath

        public String getPath()