-
Classes Class Description org.onehippo.cms7.logging.log4j.AbstractPropertyFilter since the switch to Log4j2 in CMS v12. Instead useLookupFilter
which is log4j2 based.org.onehippo.cms7.logging.log4j.JndiPropertyFilter since the switch to Log4j2 in CMS v12. Instead useLookupFilter
which is log4j2 based.
-
Methods Method Description org.hippoecm.hst.core.parameters.DropDownList.valueListProvider() use valueListProviderKey instead. Dynamic value list provider class that can return a list of options to show in the drop-down list dynamically from any data sources. The selected option value is converted from aString
to the return typeorg.hippoecm.hst.core.parameters.Parameter.description() this value is not used anywhere. To provide extra information about a parameter to the user, configure component parameter hints in the ParametersInfo class resource bundle.org.hippoecm.hst.security.AuthenticationProvider.getRolesByUsername(String) since v14, will be removed in v15+. UseAuthenticationProvider.getRolesByUser(User)
instead
-
Annotation Type Elements Annotation Type Element Description org.hippoecm.hst.core.parameters.DropDownList.valueListProvider() use valueListProviderKey instead. Dynamic value list provider class that can return a list of options to show in the drop-down list dynamically from any data sources. The selected option value is converted from aString
to the return typeorg.hippoecm.hst.core.parameters.Parameter.description() this value is not used anywhere. To provide extra information about a parameter to the user, configure component parameter hints in the ParametersInfo class resource bundle.