Package de.focus_shift.parameter
Class CalendarPartManagerParameter
- java.lang.Object
-
- de.focus_shift.parameter.BaseManagerParameter
-
- de.focus_shift.parameter.CalendarPartManagerParameter
-
- All Implemented Interfaces:
ManagerParameter
public class CalendarPartManagerParameter extends BaseManagerParameter
-
-
Field Summary
-
Fields inherited from interface de.focus_shift.ManagerParameter
CONFIGURATION_DATASOURCE_IMPL_CLASS, MANAGER_IMPL_CLASS_PREFIX
-
-
Constructor Summary
Constructors Constructor Description CalendarPartManagerParameter(String calendarPart, Properties properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateCacheKey()URLcreateResourceUrl()static StringgetConfigurationFileName(String country)Returns the configuration file name for the country.StringgetDisplayName()StringgetManagerImplClassName()StringtoString()-
Methods inherited from class de.focus_shift.parameter.BaseManagerParameter
getProperty, mergeProperties, setProperty
-
-
-
-
Constructor Detail
-
CalendarPartManagerParameter
public CalendarPartManagerParameter(String calendarPart, Properties properties)
-
-
Method Detail
-
createCacheKey
public String createCacheKey()
-
getDisplayName
public String getDisplayName()
-
createResourceUrl
public URL createResourceUrl()
-
getManagerImplClassName
public String getManagerImplClassName()
- Specified by:
getManagerImplClassNamein interfaceManagerParameter- Overrides:
getManagerImplClassNamein classBaseManagerParameter
-
getConfigurationFileName
public static String getConfigurationFileName(String country)
Returns the configuration file name for the country.- Parameters:
country- aStringobject.- Returns:
- file name
-
-