|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.CmsDialogSelector
public class CmsDialogSelector
Selects the dialog which should be displayed by OpenCms depending on the configuration value.
You can define the class of your dialog handler in the OpenCms XML configuration files. The following files use this class:
I_CmsDialogHandler| Field Summary | |
|---|---|
static String |
DIALOG_DELETE
Constant for the delete dialog handler key name. |
static String |
DIALOG_LOCK
Constant for the lock dialog handler key name. |
static String |
DIALOG_PROPERTY
Constant for the property dialog handler key name. |
| Constructor Summary | |
|---|---|
CmsDialogSelector(CmsJspActionElement jsp,
String handler)
Public constructor with JSP action element. |
|
| Method Summary | |
|---|---|
String |
getSelectedDialogUri()
Returns the uri of the dialog which will be displayed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DIALOG_DELETE
public static final String DIALOG_LOCK
public static final String DIALOG_PROPERTY
| Constructor Detail |
|---|
public CmsDialogSelector(CmsJspActionElement jsp,
String handler)
jsp - an initialized JSP action elementhandler - the key name of the dialog handler (use the constants in your classes!)| Method Detail |
|---|
public String getSelectedDialogUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||