|
||||||||||
| 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
public class 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 String |
PARAMETER_MODE
The "mode" parameter. |
static String |
VIEW_EXPLORER
The "explorerview" view selection. |
static String |
VIEW_GALLERY
The "galleryview" view selection. |
static String |
VIEW_LIST
The "list" view selection. |
| Constructor Summary | |
|---|---|
CmsExplorer(CmsJspActionElement jsp)
Public constructor. |
|
| Method Summary | |
|---|---|
String |
getFileList()
Returns the html for the explorer file list. |
String |
getRootFolder()
Determines the root folder of the current tree dependent on users setting of explorer view restriction. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
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 String PARAMETER_MODE
public static final String VIEW_LIST
public static final String VIEW_EXPLORER
public static final String VIEW_GALLERY
| Constructor Detail |
|---|
public CmsExplorer(CmsJspActionElement jsp)
jsp - an initialized JSP action element| Method Detail |
|---|
public String getFileList()
public String getRootFolder()
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues in class CmsWorkplacesettings - 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 | |||||||||