◆ getCount()
int org.turro.dashboard.AbstractDashboard.getCount |
( |
| ) |
|
◆ getDashboardContext()
◆ getEnd()
String org.turro.dashboard.AbstractDashboard.getEnd |
( |
| ) |
|
◆ getFullTemplate()
String org.turro.dashboard.AbstractDashboard.getFullTemplate |
( |
| ) |
|
◆ getIterator()
◆ getSclass()
String org.turro.dashboard.AbstractDashboard.getSclass |
( |
| ) |
|
◆ getStart()
String org.turro.dashboard.AbstractDashboard.getStart |
( |
| ) |
|
◆ getSummaryTemplate()
String org.turro.dashboard.AbstractDashboard.getSummaryTemplate |
( |
| ) |
|
◆ initIterator()
◆ initSearchEngine()
abstract void org.turro.dashboard.AbstractDashboard.initSearchEngine |
( |
| ) |
|
|
abstractprotected |
◆ loadData()
void org.turro.dashboard.AbstractDashboard.loadData |
( |
| ) |
throws ServletException, IOException |
This method loads element's data. It gets called within IConstructor.startConstruction()
and before element's startConstruction()
method.
- Exceptions
-
javax.servlet.ServletException | |
java.io.IOException | |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 38 of file AbstractDashboard.java.
39 sclass =
getAttributes().getAttributeValue(
"attrib:sclass",
"");
40 count =
getAttributes().getAttributeIntegerValue(
"attrib:count", 10);
41 fullTemplate =
getAttributes().getAttributeValue(
"attrib:fullTemplate",
"");
42 summaryTemplate =
getAttributes().getAttributeValue(
"attrib:summaryTemplate",
"");
void setSummaryTemplate(String summaryTemplate)
Collection< String > getMetas()
void setFullTemplate(String fullTemplate)
abstract CollectionHtmlIterator initIterator()
AttributeSupport getAttributes()
void setTitle(String title)
void setMetas(Collection< String > metas)
◆ startConstruction()
void org.turro.dashboard.AbstractDashboard.startConstruction |
( |
| ) |
throws ServletException, IOException |
The documentation for this class was generated from the following file: