org.pentaho.reporting.engine.classic.core.modules.output.table.html
Interface URLRewriter

All Known Implementing Classes:
FileSystemURLRewriter, SingleRepositoryURLRewriter

public interface URLRewriter

This service takes a generated content location and rewrites it into an absolute or relative URL.

Author:
Thomas Morgner

Method Summary
 String rewrite(org.pentaho.reporting.libraries.repository.ContentEntity sourceDocument, org.pentaho.reporting.libraries.repository.ContentEntity dataEntity)
           
 

Method Detail

rewrite

String rewrite(org.pentaho.reporting.libraries.repository.ContentEntity sourceDocument,
               org.pentaho.reporting.libraries.repository.ContentEntity dataEntity)
               throws URLRewriteException
Throws:
URLRewriteException