|
||||||||
| 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 java.lang.String |
PARAM_PAGE
Page parameter name. |
static java.lang.String |
PARAM_TITLE_URI
Title uri parameter name. |
| Fields inherited from class org.opencms.workplace.tools.CmsExplorerDialog |
|---|
EXPLORER_TOOLS |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_ADMIN_PROJECT, PARAM_BASE, PARAM_FORCE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsListExplorerFrameset(CmsJspActionElement jsp)
Public constructor with JSP action element. |
|
CmsListExplorerFrameset(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 |
defaultActionHtml()
Generates the dialog starting html code. |
java.lang.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 java.lang.String |
getFormContent()
Returns the form contents. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
javax.servlet.http.HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
java.lang.String |
paramsAsHidden(java.util.Collection excludes)
Returns all initialized parameters of the current workplace class that are not in the given exclusion list as hidden field tags that can be inserted in a form. |
| Methods inherited from class org.opencms.workplace.tools.CmsExplorerDialog |
|---|
displayTitle |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
computeUpLevelLink, getAdminTool, getCurrentToolPath, getParamBase, getParamForce, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamBase, setParamForce, 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_PAGE
public static final java.lang.String PARAM_TITLE_URI
| Constructor Detail |
|---|
public CmsListExplorerFrameset(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsListExplorerFrameset(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 response| Method Detail |
|---|
public java.lang.String defaultActionHtml()
public java.lang.String dialogTitle()
CmsToolDialog
It is called by the method.CmsDialog.dialog(int, String)
dialogTitle in class CmsToolDialogCmsToolDialog.dialogTitle()
public void displayDialog()
throws java.io.IOException,
javax.servlet.ServletException
javax.servlet.ServletException - if forwarding explorer view fails
java.io.IOException - if forwarding explorer view fails
public void displayFrameSet()
throws java.io.IOException
java.io.IOException - in case of errros displaying to the required pagepublic java.lang.String paramsAsHidden(java.util.Collection excludes)
CmsWorkplace
paramsAsHidden in class CmsWorkplaceexcludes - the parameters to exclude
CmsWorkplace.paramsAsHidden(java.util.Collection)protected java.lang.String getFormContent()
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings,
javax.servlet.http.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 | |||||||