|
||||||
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 java.lang.String |
DIALOG_DELETE
Constant for the delete dialog handler key name. |
static java.lang.String |
DIALOG_LOCK
Constant for the lock dialog handler key name. |
static java.lang.String |
DIALOG_PROPERTY
Constant for the property dialog handler key name. |
Constructor Summary | |
---|---|
CmsDialogSelector(CmsJspActionElement jsp,
java.lang.String handler)
Public constructor with JSP action element. |
Method Summary | |
---|---|
java.lang.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 java.lang.String DIALOG_DELETE
public static final java.lang.String DIALOG_LOCK
public static final java.lang.String DIALOG_PROPERTY
Constructor Detail |
---|
public CmsDialogSelector(CmsJspActionElement jsp, java.lang.String handler)
jsp
- an initialized JSP action elementhandler
- the key name of the dialog handler (use the constants in your classes!)Method Detail |
---|
public java.lang.String getSelectedDialogUri()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |