Uses of Interface
org.opencms.gwt.shared.I_CmsContentLoadCollectorInfo
Package
Description
This package contains the server-side classes for the publish module.
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
Core shared stuff.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Used to control the generation of the HTML for the "direct edit" buttons.
-
Uses of I_CmsContentLoadCollectorInfo in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsDefaultCollectorPublishListProvider.getPublishResources
(CmsObject cms, I_CmsContentLoadCollectorInfo info) ModifierConstructorDescriptionCmsCollectorPublishListHelper
(CmsObject cms, I_CmsContentLoadCollectorInfo collectorInfo, int collectorLimit) Creates a new instance. -
Uses of I_CmsContentLoadCollectorInfo in org.opencms.file.collectors
Modifier and TypeMethodDescriptionA_CmsResourceCollector.getPublishResources
(CmsObject cms, I_CmsContentLoadCollectorInfo info) I_CmsCollectorPublishListProvider.getPublishResources
(CmsObject cms, I_CmsContentLoadCollectorInfo info) Gets the publish list for the collector. -
Uses of I_CmsContentLoadCollectorInfo in org.opencms.jsp
Modifier and TypeClassDescriptionclass
Bean containing the data needed to call a collector.Modifier and TypeMethodDescriptionCmsJspTagSearch.getPublishResources
(CmsObject cms, I_CmsContentLoadCollectorInfo info) CmsJspTagSimpleSearch.getPublishResources
(CmsObject cms, I_CmsContentLoadCollectorInfo info) static Set<CmsResource>
CmsJspTagSearch.getPublishResourcesInternal
(CmsObject cms, I_CmsContentLoadCollectorInfo info) static Set<CmsResource>
CmsJspTagSimpleSearch.getPublishResourcesInternal
(CmsObject cms, I_CmsContentLoadCollectorInfo info) -
Uses of I_CmsContentLoadCollectorInfo in org.opencms.workplace.editors.directedit
Modifier and TypeMethodDescriptionvoid
A_CmsDirectEditProvider.insertDirectEditListMetadata
(javax.servlet.jsp.PageContext context, I_CmsContentLoadCollectorInfo info) void
CmsAdvancedDirectEditProvider.insertDirectEditListMetadata
(javax.servlet.jsp.PageContext context, I_CmsContentLoadCollectorInfo info) 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.