Package org.dspace.disseminate
Class DefaultCoverPageContributor
java.lang.Object
org.dspace.disseminate.DefaultCoverPageContributor
- All Implemented Interfaces:
CoverPageContributor
-
Constructor Details
-
DefaultCoverPageContributor
public DefaultCoverPageContributor()
-
-
Method Details
-
processCoverPageParams
Description copied from interface:CoverPageContributorProcesses and potentially modifies or adds parameters related to cover page generation. Implementers can use the providedItemobject and an existing map of parameters to modify or add new key-value pairs. The resulting set of parameters will be passed on to the rendering step.- Specified by:
processCoverPageParamsin interfaceCoverPageContributor- Parameters:
item- TheItemthat the coverpage is rendered for.parameters- A map of existing parameters that are already set for the cover page.- Returns:
- A map containing the final set of parameters after modification. This map will be passed to the rendering step for cover page generation.
-
getParams
-
join
-