Package com.unitesk.aspectrace.html
Class ExternalRef
- java.lang.Object
-
- com.unitesk.aspectrace.html.ExternalRef
-
public abstract class ExternalRef extends java.lang.Object
Reference to external information from report page. May be realized by child page.
-
-
Field Summary
Fields Modifier and Type Field Description protected HtmlReportPage
from
-
Constructor Summary
Constructors Constructor Description ExternalRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
generateRef()
-
-
-
Field Detail
-
from
protected HtmlReportPage from
-
-