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

java.lang.Object
  |
  +--com.jrefinery.report.targets.table.html.HtmlReferenceData
        |
        +--com.jrefinery.report.targets.table.html.InternalCSSReferenceData

public class InternalCSSReferenceData
extends HtmlReferenceData

Encapsulates an internal stylesheet definition.

Author:
Thomas Morgner

Constructor Summary
InternalCSSReferenceData(java.lang.String data)
          Creates an internal style sheet definition.
 
Method Summary
 java.lang.String getReference()
          Generates the reference fragment, which should be inserted into the HTML-Code.
 
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

InternalCSSReferenceData

public InternalCSSReferenceData(java.lang.String data)
Creates an internal style sheet definition.

Parameters:
data - the style sheet definition data.
Method Detail

getReference

public java.lang.String getReference()
Generates the reference fragment, which should be inserted into the HTML-Code. Which content is returned depends on the reference type and the target filesystem.

Specified by:
getReference in class HtmlReferenceData
Returns:
the reference code, which should be inserted into the generated HTML-Code.