Interface IPageWebResourceDataProvider

    • Method Detail

      • init

        void init​(PageWebResource pageWebResource)
           throws PortalException
        Initializes this page web resource data provider.
        Parameters:
        pageWebResource - the page web resource this provider will provide data for.
        Throws:
        PortalException
        Since:
        5.0.0
      • getPageWebResourceData

        PageWebResourceData getPageWebResourceData()
                                            throws PortalException
        Returns the data about a page web resource. The title property of the data must not be null.
        Returns:
        the page web resource data.
        Throws:
        PortalException
        Since:
        5.0.0