程序包 | 说明 |
---|---|
org.opencms.ade.editprovider | |
org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.editors.directedit |
Used to control the generation of the HTML for the "direct edit" buttons.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsToolbarDirectEditProvider
A Direct Edit provider class which also offers some limited ADE functionality,
like for example the Publish dialog.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDirectEditProvider |
CmsToolbarDirectEditProvider.newInstance() |
限定符和类型 | 方法和说明 |
---|---|
static I_CmsDirectEditProvider |
CmsJspTagEditable.getDirectEditProvider(javax.servlet.jsp.PageContext context)
Returns the current initialized instance of the direct edit provider.
|
限定符和类型 | 方法和说明 |
---|---|
protected static void |
CmsJspTagEditable.setDirectEditProvider(javax.servlet.jsp.PageContext context,
I_CmsDirectEditProvider provider)
Sets the current initialized instance of the direct edit provider.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDirectEditProvider |
CmsWorkplaceManager.getDirectEditProvider()
Returns a new instance of the configured direct edit provider.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceManager.setDirectEditProvider(I_CmsDirectEditProvider clazz)
Sets the direct edit provider.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsDirectEditProvider
Basic functions for direct edit providers.
|
class |
CmsAdvancedDirectEditProvider
Provider for the OpenCms AdvancedDirectEdit.
|
class |
CmsDirectEditDefaultProvider
Provider for the OpenCms default graphical "direct edit" buttons.
|
class |
CmsDirectEditJQueryProvider
Provider for the OpenCms graphical "direct edit" buttons.
|
class |
CmsDirectEditJspIncludeProvider
Direct edit provider that uses the same JSP include based logic that has been
the default before the 6.2.3 release.
|
class |
CmsDirectEditTextButtonProvider
Creates HTML for simple text based direct edit buttons.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsDirectEditProvider |
CmsDirectEditJspIncludeProvider.newInstance() |
I_CmsDirectEditProvider |
CmsDirectEditJQueryProvider.newInstance() |
I_CmsDirectEditProvider |
CmsDirectEditTextButtonProvider.newInstance() |
I_CmsDirectEditProvider |
CmsDirectEditDefaultProvider.newInstance() |
I_CmsDirectEditProvider |
CmsAdvancedDirectEditProvider.newInstance() |
I_CmsDirectEditProvider |
I_CmsDirectEditProvider.newInstance()
Creates a new instance of this direct edit provider with the same basic configuration.
|