| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.file.collectors |
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| 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.editors.directedit |
Used to control the generation of the HTML for the "direct edit" buttons.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsResource> |
CmsDefaultCollectorPublishListProvider.getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
| Constructor and Description |
|---|
CmsCollectorPublishListHelper(CmsObject cms,
I_CmsContentLoadCollectorInfo collectorInfo,
int collectorLimit)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsResource> |
I_CmsCollectorPublishListProvider.getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info)
Gets the publish list for the collector.
|
java.util.Set<CmsResource> |
A_CmsResourceCollector.getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<I_CmsContentLoadCollectorInfo> |
I_CmsCollectorInfoFactory.createCollectorInfo()
Creates a new AutoBean.
|
com.google.web.bindery.autobean.shared.AutoBean<I_CmsContentLoadCollectorInfo> |
I_CmsCollectorInfoFactory.wrapCollectorInfo(I_CmsContentLoadCollectorInfo info)
Creates an AutoBean wrapping an object.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<I_CmsContentLoadCollectorInfo> |
I_CmsCollectorInfoFactory.wrapCollectorInfo(I_CmsContentLoadCollectorInfo info)
Creates an AutoBean wrapping an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsContentLoadCollectorInfo
Bean containing the data needed to call a collector.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsResource> |
CmsJspTagSimpleSearch.getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
java.util.Set<CmsResource> |
CmsJspTagSearch.getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
static java.util.Set<CmsResource> |
CmsJspTagSimpleSearch.getPublishResourcesInternal(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
static java.util.Set<CmsResource> |
CmsJspTagSearch.getPublishResourcesInternal(CmsObject cms,
I_CmsContentLoadCollectorInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsDirectEditProvider.insertDirectEditListMetadata(javax.servlet.jsp.PageContext context,
I_CmsContentLoadCollectorInfo info)
Inserts HTML used as metadata for a collector list in the current JSP context.
|
void |
CmsAdvancedDirectEditProvider.insertDirectEditListMetadata(javax.servlet.jsp.PageContext context,
I_CmsContentLoadCollectorInfo info) |
void |
A_CmsDirectEditProvider.insertDirectEditListMetadata(javax.servlet.jsp.PageContext context,
I_CmsContentLoadCollectorInfo info) |