public class CmsDialogSelector
extends java.lang.Object
You can define the class of your dialog handler in the OpenCms XML configuration files. The following files use this class:
I_CmsDialogHandler
限定符和类型 | 字段和说明 |
---|---|
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.
|
构造器和说明 |
---|
CmsDialogSelector(CmsJspActionElement jsp,
java.lang.String handler)
Public constructor with JSP action element.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getSelectedDialogUri()
Returns the uri of the dialog which will be displayed.
|
public static final java.lang.String DIALOG_DELETE
public static final java.lang.String DIALOG_LOCK
public static final java.lang.String DIALOG_PROPERTY
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!)