|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.table.html.HtmlReferenceData
The base class for all HtmlReferences. HtmlReferences link the main document with the supplementary data, like images and stylesheets.
If the reference is external, then the referenced content is stored outside the main Html-File.
Constructor Summary | |
protected |
HtmlReferenceData(boolean external)
A reference: a fragment which could be inserted into the generated HTML-Code. |
Method Summary | |
abstract java.lang.String |
getReference()
Generates the reference fragment, which should be inserted into the HTML-Code. |
boolean |
isExternal()
Returns true, if this reference points to an external resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected HtmlReferenceData(boolean external)
external
- if the generated reference points to an external resource.Method Detail |
public boolean isExternal()
public abstract java.lang.String getReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |