|
||||||
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.explorer.CmsExplorerInit
public class CmsExplorerInit
Provides methods for building the top frame Javascript code for the Explorer view of the OpenCms Workplace.
The following files use this class:
Field Summary |
---|
Constructor Summary | |
---|---|
CmsExplorerInit(CmsJspActionElement jsp)
Public constructor. |
Method Summary | |
---|---|
java.lang.String |
buildContextMenues()
Builds the Javascript for the Workplace context menus. |
int |
getExplorerSettings()
Returns the file settings for the Workplace explorer view. |
java.lang.String |
getServerName()
Returns the server name for initializing the explorer view. |
java.lang.String |
getServerPath()
Returns the server path for initializing the explorer view. |
java.lang.String |
getShowFileUploadButtons()
Returns the setting for the upload button for initializing the explorer view. |
java.lang.String |
getUserName()
Returns the name of the current user for initializing the explorer view. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
javax.servlet.http.HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsExplorerInit(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementMethod Detail |
---|
public java.lang.String buildContextMenues()
public int getExplorerSettings()
public java.lang.String getServerName()
public java.lang.String getServerPath()
public java.lang.String getShowFileUploadButtons()
public java.lang.String getUserName()
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings, javax.servlet.http.HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues
in class CmsWorkplace
settings
- the workplace settingsrequest
- the current requestCmsWorkplace.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 |