src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java [180:198]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getOutputName() {
        return docRenderingContext.getOutputName();
    }

    public DocumentRenderingContext getRenderingContext() {
        return docRenderingContext;
    }

    public boolean isOverwrite() {
        return true;
    }

    public boolean isExternalReport() {
        return false;
    }

    @Override
    public String getReportMojoInfo() {
        return reportMojoInfo;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/maven/plugins/site/render/SitemapDocumentRenderer.java [165:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getOutputName() {
        return docRenderingContext.getOutputName();
    }

    public DocumentRenderingContext getRenderingContext() {
        return docRenderingContext;
    }

    public boolean isOverwrite() {
        return true;
    }

    public boolean isExternalReport() {
        return false;
    }

    @Override
    public String getReportMojoInfo() {
        return reportMojoInfo;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



