Package | Description |
---|---|
com.dpslink.flash.servlet.sat |
DPS Flash specific servlets for handling site activity and trends functions.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
SatAccess.includePage(SatAccess.Context ctx,
java.lang.String page)
Answers if the given page should be included in the requested results.
|
private void |
SatAccess.setTemplateAccessInfo(SatAccess.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the trend data required by the html template. |
private void |
SatAccess.setTemplateHeadings(SatAccess.Context ctx)
Retrieves and sets the column headings required by the html template.
|
private boolean |
SatAccess.setTemplatePageDetail(SatAccess.Context ctx)
Retrieves and sets the column data required by the html template when the
selected type is for one of the page detail reports.
|
private boolean |
SatAccess.setTemplatePageSummary(SatAccess.Context ctx)
Retrieves and sets the column data required by the html template when the
selected type is for one of the page summary reports.
|
private boolean |
SatAccess.setTemplateSessionInfo(SatAccess.Context ctx)
Retrieves and sets the column data required by the html template when the
selected type is for one of the session reports.
|