|
|||||||
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
Generates a CSV file for a given list.
Field Summary | |
static java.lang.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(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Public constructor with JSP variables. |
Method Summary | |
java.lang.String |
generateCsv()
Generates the CSV file for the given list. |
java.lang.String |
getParamListclass()
Returns the value for the List class parameter. |
void |
setParamListclass(java.lang.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 java.lang.String PARAM_LISTCLASS
Constructor Detail |
public CmsListCsvExportDialog(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementpublic CmsListCsvExportDialog(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
context
- the JSP page contextreq
- the JSP requestres
- the JSP responseMethod Detail |
public java.lang.String generateCsv() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
- if the list dialog class is not foundpublic java.lang.String getParamListclass()
public void setParamListclass(java.lang.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 |