|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableHttpExporter
Implemented by objects that can export PagedTable.
| Method Summary | |
|---|---|
boolean |
canExport(PagedTable pt)
Check if this TableExporter can export the given PagedTable. |
void |
export(PagedTable pt,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TableExportForm form)
Method called to export a PagedTable object |
java.util.List<Path> |
getInitialExportPaths(PagedTable pt)
Return a list of the Paths to show the user as initial export columns or header contents. |
| Method Detail |
|---|
void export(PagedTable pt,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TableExportForm form)
pt - exported PagedTablerequest - The HTTP request we are processingresponse - The HTTP response we are creatingform - the form containing the columns paths to exportboolean canExport(PagedTable pt)
pt - the PagedTable
java.util.List<Path> getInitialExportPaths(PagedTable pt)
throws PathException
pt - the PagedTable
PathException - if bad path encountered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||