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

Packages that use URLRewriter
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
 

Uses of URLRewriter in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return URLRewriter
 URLRewriter MultiStreamReportProcessTask.getUrlRewriter()
          Returns the URL rewriter used during the export.
 URLRewriter AbstractMultiStreamReportProcessTask.getUrlRewriter()
          Returns the URL rewriter used during the export.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type URLRewriter
 void MultiStreamReportProcessTask.setUrlRewriter(URLRewriter urlRewriter)
          Defines the URL rewriter that is used to link bulk items to the main document.
 void AbstractMultiStreamReportProcessTask.setUrlRewriter(URLRewriter urlRewriter)
          Defines the URL rewriter that is used to link bulk items to the main document.
 

Uses of URLRewriter in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.html that implement URLRewriter
 class FileSystemURLRewriter
          This URL rewriter assumes that the content repository is an URL based repository and that each content entity can be resolved to an URL.
 class SingleRepositoryURLRewriter
          This URL-Rewriter assumes that both the content and data entity have been created from the same repository.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html that return URLRewriter
 URLRewriter HtmlPrinter.getUrlRewriter()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type URLRewriter
 void HtmlPrinter.setUrlRewriter(URLRewriter urlRewriter)