TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.drivers.html
Class DOneDocumentPolicy

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.html.DAbstractDocumentPolicy
      extended by org.eclipse.tptp.platform.report.drivers.html.DOneDocumentPolicy
All Implemented Interfaces:
IDGenerationPolicy

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DOneDocumentPolicy
extends DAbstractDocumentPolicy

This interface provides the service to generate valid html link reference.


Constructor Summary
DOneDocumentPolicy(DHtmlWriter wh, java.lang.String basePath, org.eclipse.tptp.platform.report.tools.internal.IDIImageProvider imgp)
          Deprecated.  
 
Method Summary
 java.lang.String getLinkUrl(org.eclipse.tptp.platform.report.core.internal.IDLink link)
          Deprecated.  
 
Methods inherited from class org.eclipse.tptp.platform.report.drivers.html.DAbstractDocumentPolicy
doMethod, getBaseDirectoryPath, getFileExtension, getImageDirectoryName, getImageDirectoryPath, getImageProvider, getImageUrl, getWriter, setBaseDirectoryPath, setFileExtension, setImageDirectoryName, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOneDocumentPolicy

public DOneDocumentPolicy(DHtmlWriter wh,
                          java.lang.String basePath,
                          org.eclipse.tptp.platform.report.tools.internal.IDIImageProvider imgp)
Deprecated. 
Method Detail

getLinkUrl

public java.lang.String getLinkUrl(org.eclipse.tptp.platform.report.core.internal.IDLink link)
                            throws DHtmlWriterException
Deprecated. 
Returns:
the valid html url
Throws:
DHtmlWriterException

TPTP 4.5.0 Platform Project
Public API Specification