|
||||||||||
| 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.tools.CmsExplorerDialog
org.opencms.workplace.list.CmsListExplorerFrameset
public class CmsListExplorerFrameset
Explorer dialog for the project files view.
| Field Summary | |
|---|---|
static String |
PARAM_PAGE
Page parameter name. |
| Fields inherited from class org.opencms.workplace.tools.CmsExplorerDialog |
|---|
EXPLORER_TOOLS |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_BASE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsListExplorerFrameset(CmsJspActionElement jsp)
Public constructor with JSP action element. |
|
CmsListExplorerFrameset(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
String |
defaultActionHtml()
Generates the dialog starting html code. |
String |
dialogTitle()
Generates the standard new style dialog title row, and tool grouping. |
void |
displayDialog()
Performs the dialog actions depending on the initialized action and displays the dialog form. |
void |
displayFrameSet()
Validates the needed parameters and display the frameset. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
| Methods inherited from class org.opencms.workplace.tools.CmsExplorerDialog |
|---|
displayTitle |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
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_PAGE
| Constructor Detail |
|---|
public CmsListExplorerFrameset(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsListExplorerFrameset(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
|---|
public String defaultActionHtml()
public String dialogTitle()
CmsToolDialog
It is called by the method.CmsDialog.dialog(int, String)
dialogTitle in class CmsToolDialogCmsToolDialog.dialogTitle()
public void displayDialog()
throws IOException,
ServletException
ServletException - if forwarding explorer view fails
IOException - if forwarding explorer view fails
public void displayFrameSet()
throws JspException,
IOException
JspException - if close action fail
IOException - in case of errros displaying to the required page
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues in class CmsDialogsettings - the workplace settingsrequest - the current requestCmsDialog.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettings, javax.servlet.http.HttpServletRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||