|
|||||||
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.CmsExplorer
Provides methods for building the main framesets of the OpenCms Workplace.
The following files use this class:
Field Summary | |
static int |
LAYOUTSTYLE_AFTEREXPIRE
Layoutstyle for resources after expire date. |
static int |
LAYOUTSTYLE_BEFORERELEASE
Layoutstyle for resources before release date. |
static int |
LAYOUTSTYLE_INRANGE
Layoutstyle for resources after release date and before expire date. |
static java.lang.String |
PARAMETER_MODE
The "mode" parameter. |
static java.lang.String |
VIEW_EXPLORER
The "explorerview" view selection. |
static java.lang.String |
VIEW_GALLERY
The "galleryview" view selection. |
static java.lang.String |
VIEW_LIST
The "list" view selection. |
Constructor Summary | |
CmsExplorer(CmsJspActionElement jsp)
Public constructor. |
Method Summary | |
java.lang.String |
getFileList()
Returns the html for the explorer file list. |
java.lang.String |
getRootFolder()
Determines the root folder of the current tree dependent on users setting of explorer view restriction. |
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 |
Field Detail |
public static final int LAYOUTSTYLE_AFTEREXPIRE
public static final int LAYOUTSTYLE_BEFORERELEASE
public static final int LAYOUTSTYLE_INRANGE
public static final java.lang.String PARAMETER_MODE
public static final java.lang.String VIEW_LIST
public static final java.lang.String VIEW_EXPLORER
public static final java.lang.String VIEW_GALLERY
Constructor Detail |
public CmsExplorer(CmsJspActionElement jsp)
jsp
- an initialized JSP action elementMethod Detail |
public java.lang.String getFileList()
public java.lang.String getRootFolder()
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 |