Class StaticPropertyProvider
- java.lang.Object
-
- be.personify.util.properties.provider.EntitlementPropertyProvider
-
- be.personify.util.properties.provider.impl.StaticPropertyProvider
-
public class StaticPropertyProvider extends EntitlementPropertyProvider
-
-
Field Summary
-
Fields inherited from class be.personify.util.properties.provider.EntitlementPropertyProvider
configuration
-
-
Constructor Summary
Constructors Constructor Description StaticPropertyProvider(Map<String,String> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties(EntitlementPropertyFilter filter, Locale locale)voidvalidateConfiguration(Map<String,String> configuration)
-
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties(EntitlementPropertyFilter filter, Locale locale)
- Specified by:
getPropertiesin classEntitlementPropertyProvider
-
validateConfiguration
public void validateConfiguration(Map<String,String> configuration) throws Exception
- Specified by:
validateConfigurationin classEntitlementPropertyProvider- Throws:
Exception
-
-