Package org.opencms.jsp
Class CmsContentLoadCollectorInfo
java.lang.Object
org.opencms.jsp.CmsContentLoadCollectorInfo
- All Implemented Interfaces:
I_CmsContentLoadCollectorInfo
Bean containing the data needed to call a collector.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of the used collector.Returns the collector name.Returns the collectorParams.getId()
Returns the id.void
setCollectorClass
(String className) Sets the class name to identify the collector implementation.void
setCollectorName
(String collectorName) Sets the collectorName.void
setCollectorParams
(String collectorParams) Sets the collectorParams.void
Sets the id.
-
Constructor Details
-
CmsContentLoadCollectorInfo
public CmsContentLoadCollectorInfo()Creates a new instance.
-
-
Method Details
-
getCollectorClass
Description copied from interface:I_CmsContentLoadCollectorInfo
Returns the fully qualified class name of the used collector. It has to be specified only if the collector name is not set.- Specified by:
getCollectorClass
in interfaceI_CmsContentLoadCollectorInfo
- Returns:
- the fully qualified class name of the used collector.
- See Also:
-
getCollectorName
Description copied from interface:I_CmsContentLoadCollectorInfo
Returns the collector name.- Specified by:
getCollectorName
in interfaceI_CmsContentLoadCollectorInfo
- Returns:
- the collector name
- See Also:
-
getCollectorParams
Description copied from interface:I_CmsContentLoadCollectorInfo
Returns the collectorParams.- Specified by:
getCollectorParams
in interfaceI_CmsContentLoadCollectorInfo
- Returns:
- the collectorParams
- See Also:
-
getId
Returns the id.- Specified by:
getId
in interfaceI_CmsContentLoadCollectorInfo
- Returns:
- the id
-
setCollectorClass
Description copied from interface:I_CmsContentLoadCollectorInfo
Sets the class name to identify the collector implementation.- Specified by:
setCollectorClass
in interfaceI_CmsContentLoadCollectorInfo
- Parameters:
className
- the fully qualified class name.- See Also:
-
setCollectorName
Description copied from interface:I_CmsContentLoadCollectorInfo
Sets the collectorName.- Specified by:
setCollectorName
in interfaceI_CmsContentLoadCollectorInfo
- Parameters:
collectorName
- the collectorName to set- See Also:
-
setCollectorParams
Description copied from interface:I_CmsContentLoadCollectorInfo
Sets the collectorParams.- Specified by:
setCollectorParams
in interfaceI_CmsContentLoadCollectorInfo
- Parameters:
collectorParams
- the collectorParams to set- See Also:
-
setId
Sets the id.- Specified by:
setId
in interfaceI_CmsContentLoadCollectorInfo
- Parameters:
id
- the id to set
-