Package de.focus_shift.parameter
Class UrlManagerParameter
- java.lang.Object
-
- de.focus_shift.parameter.BaseManagerParameter
-
- de.focus_shift.parameter.UrlManagerParameter
-
- All Implemented Interfaces:
ManagerParameter
public class UrlManagerParameter 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 UrlManagerParameter(URL calendarFileUrl, Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateCacheKey()URLcreateResourceUrl()StringgetDisplayName()StringtoString()-
Methods inherited from class de.focus_shift.parameter.BaseManagerParameter
getManagerImplClassName, getProperty, mergeProperties, setProperty
-
-
-
-
Constructor Detail
-
UrlManagerParameter
public UrlManagerParameter(URL calendarFileUrl, Properties properties)
-
-