org.pentaho.reporting.engine.classic.core.modules.output.table.html
Class FileSystemURLRewriter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.FileSystemURLRewriter
All Implemented Interfaces:
URLRewriter

public class FileSystemURLRewriter
extends Object
implements URLRewriter

This URL rewriter assumes that the content repository is an URL based repository and that each content entity can be resolved to an URL.

Author:
Thomas Morgner

Constructor Summary
FileSystemURLRewriter()
           
 
Method Summary
 String rewrite(org.pentaho.reporting.libraries.repository.ContentEntity sourceDocument, org.pentaho.reporting.libraries.repository.ContentEntity dataEntity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemURLRewriter

public FileSystemURLRewriter()
Method Detail

rewrite

public String rewrite(org.pentaho.reporting.libraries.repository.ContentEntity sourceDocument,
                      org.pentaho.reporting.libraries.repository.ContentEntity dataEntity)
               throws URLRewriteException
Specified by:
rewrite in interface URLRewriter
Throws:
URLRewriteException