Class OracleCollector.OraclePage

    • Constructor Detail

      • OraclePage

        public OraclePage​(java.lang.String signature)
    • Method Detail

      • buildRefs

        public void buildRefs()
        Description copied from class: ReportPage
        Builds a reference map. It's possible to include pages in one another as sections. Method is called by a report generator right before a generation start when there is full set of report pages and resolvers.
        Overrides:
        buildRefs in class ReportPage
      • generateRef

        public java.lang.String generateRef​(HtmlReportPage from,
                                            java.lang.String mark)
        Description copied from class: HtmlReportPage
        Generates a reference to the section mark of this page from the page from. If this page is included in another then generation is delegated to parent page.
        Overrides:
        generateRef in class HtmlReportPage
        Parameters:
        from - Page from where reference is.
        mark - Section's anchor. Null for reference to whole page.
        Returns:
        HTML-code of reference.