Package com.unitesk.aspectrace.sampleApp
Class RequirementProcessor.RequirementPage
- java.lang.Object
-
- com.unitesk.aspectrace.ReportEntity
-
- com.unitesk.aspectrace.html.ReportPage
-
- com.unitesk.aspectrace.html.HtmlReportPage
-
- com.unitesk.aspectrace.sampleApp.RequirementProcessor.RequirementPage
-
- Enclosing class:
- RequirementProcessor
protected static class RequirementProcessor.RequirementPage extends HtmlReportPage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.unitesk.aspectrace.html.HtmlReportPage
HtmlReportPage.Streamable
-
-
Field Summary
-
Fields inherited from class com.unitesk.aspectrace.html.HtmlReportPage
pageRefs
-
Fields inherited from class com.unitesk.aspectrace.html.ReportPage
DEFAULT_CHARSET
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generatePageBody(java.io.PrintWriter pw)
Generates page body.java.lang.String
generateRef(HtmlReportPage from, java.lang.String mark)
Generates a reference to the sectionmark
of this page from the pagefrom
.java.lang.String
getDbName()
java.lang.String
getId()
java.lang.String
getLocation()
java.lang.String
getMessage()
java.lang.String
getTag()
void
setDbName(java.lang.String dbName)
void
setId(java.lang.String id)
void
setLocation(java.lang.String location)
void
setMessage(java.lang.String message)
void
setTag(java.lang.String tag)
-
Methods inherited from class com.unitesk.aspectrace.html.HtmlReportPage
addPageRef, addPageRef, encodeSimple, generate, generateHeadContents, generatePage, generatePageHead, generatePageTail, generateRefs, generateRefSection, generateTextRef, getCharset, getGenerator, getMasterPage, getParentMark, getParentPage, getPath, getRelativeRef, getStyle, getTitle, setMasterPage, setParent, setStyle, setTitle
-
Methods inherited from class com.unitesk.aspectrace.html.ReportPage
buildRefs, getRelativePath, getRelativePathFrom, getRelativePathFrom, getRelativePathTo, getRelativePathTo, setCharset, setGenerator, setPath
-
Methods inherited from class com.unitesk.aspectrace.ReportEntity
getAspect, getAssociatedChannel, getTagMarks, setAssociatedChannel, setTagMarks
-
-
-
-
Method Detail
-
getDbName
public java.lang.String getDbName()
-
setDbName
public void setDbName(java.lang.String dbName)
-
getLocation
public java.lang.String getLocation()
-
setLocation
public void setLocation(java.lang.String location)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getMessage
public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
getTag
public java.lang.String getTag()
-
setTag
public void setTag(java.lang.String tag)
-
generatePageBody
public void generatePageBody(java.io.PrintWriter pw)
Description copied from class:HtmlReportPage
Generates page body.- Specified by:
generatePageBody
in classHtmlReportPage
-
generateRef
public java.lang.String generateRef(HtmlReportPage from, java.lang.String mark)
Description copied from class:HtmlReportPage
Generates a reference to the sectionmark
of this page from the pagefrom
. If this page is included in another then generation is delegated to parent page.- Overrides:
generateRef
in classHtmlReportPage
- Parameters:
from
- Page from where reference is.mark
- Section's anchor. Null for reference to whole page.- Returns:
- HTML-code of reference.
-
-