Class SystemPlaceholderProvider
- java.lang.Object
-
- de.xima.fc.gui.common.placeholder.provider.SystemPlaceholderProvider
-
- All Implemented Interfaces:
IPlaceholderProvider
,IPlaceholderProviderSync
,Serializable
public class SystemPlaceholderProvider extends Object implements IPlaceholderProviderSync
Placeholder provider for system placeholders.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemPlaceholderProvider(Set<String> available)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<PlaceHolder>
createSystemPlaceholders(Locale clientLocale)
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.
-
createSystemPlaceholders
public Set<PlaceHolder> createSystemPlaceholders(Locale clientLocale)
-
-