com.jrefinery.report.targets.table.html
Class HRefReferenceData

java.lang.Object
  extended bycom.jrefinery.report.targets.table.html.HtmlReferenceData
      extended bycom.jrefinery.report.targets.table.html.HRefReferenceData

public class HRefReferenceData
extends HtmlReferenceData

Denotes a untagged href-reference. This reference is used to address external stylesheet definitions.

Author:
Thomas Morgner

Constructor Summary
HRefReferenceData(java.lang.String reference)
          creates a new HREF-Reference for the given file.
 
Method Summary
 java.lang.String getReference()
          Gets the referenced resource as HREF-Reference.
 
Methods inherited from class com.jrefinery.report.targets.table.html.HtmlReferenceData
isExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HRefReferenceData

public HRefReferenceData(java.lang.String reference)
creates a new HREF-Reference for the given file.

Parameters:
reference - the referenced resource.
Method Detail

getReference

public java.lang.String getReference()
Gets the referenced resource as HREF-Reference.

Specified by:
getReference in class HtmlReferenceData
Returns:
the HREF resource reference.