Class TemplatePlaceholderProvider
- java.lang.Object
-
- de.xima.fc.gui.common.placeholder.provider.TemplatePlaceholderProvider
-
- All Implemented Interfaces:
IPlaceholderProvider
,IPlaceholderProviderSync
,Serializable
public class TemplatePlaceholderProvider extends Object implements IPlaceholderProviderSync
Providestemplate
placeholders.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplatePlaceholderProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<IPlaceholderGroup,Set<PlaceHolder>>
getPlaceholders(IPlaceholderProvideContext provideContext)
Returns a map of placeholders grouped by their group.
-
-
-
Method Detail
-
getPlaceholders
public Map<IPlaceholderGroup,Set<PlaceHolder>> getPlaceholders(IPlaceholderProvideContext provideContext)
Description copied from interface:IPlaceholderProviderSync
Returns a map of placeholders grouped by their group.- Specified by:
getPlaceholders
in interfaceIPlaceholderProviderSync
- Parameters:
provideContext
- The context holding various information that may be needed for providing the placeholders.- Returns:
- A map of placeholders, grouped by their group.
-
-