|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.list.CmsListCsvExportDialog
public class CmsListCsvExportDialog
Generates a CSV file for a given list.
| Field Summary | |
|---|---|
static String |
PARAM_LISTCLASS
List class parameter name constant. |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_BASE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsListCsvExportDialog(CmsJspActionElement jsp)
Public constructor. |
|
CmsListCsvExportDialog(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
String |
generateCsv()
Generates the CSV file for the given list. |
String |
getParamListclass()
Returns the value for the List class parameter. |
void |
setParamListclass(String listclass)
Sets the value for the List class parameter. |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
dialogTitle, getAdminTool, getCurrentToolPath, getParamBase, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamBase, setParamPath, setParamRoot, setParamStyle, useNewStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_LISTCLASS
| Constructor Detail |
|---|
public CmsListCsvExportDialog(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsListCsvExportDialog(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
|---|
public String generateCsv()
throws ClassNotFoundException
ClassNotFoundException - if the list dialog class is not foundpublic String getParamListclass()
public void setParamListclass(String listclass)
listclass - the value for the List class parameter to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||