Uses of Class
com.jalios.jcms.mail.AbstractMailProvider.Feature
-
Packages that use AbstractMailProvider.Feature Package Description com.jalios.jcms.mail com.jalios.jcms.mail.providers -
-
Uses of AbstractMailProvider.Feature in com.jalios.jcms.mail
Methods in com.jalios.jcms.mail that return AbstractMailProvider.Feature Modifier and Type Method Description static AbstractMailProvider.Feature
AbstractMailProvider.Feature. fromString(java.lang.String name)
static AbstractMailProvider.Feature
AbstractMailProvider.Feature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractMailProvider.Feature[]
AbstractMailProvider.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.mail that return types with arguments of type AbstractMailProvider.Feature Modifier and Type Method Description java.util.Set<AbstractMailProvider.Feature>
AbstractMailProvider. getFeatureSet()
Returns the set of features current provider does support.Methods in com.jalios.jcms.mail with parameters of type AbstractMailProvider.Feature Modifier and Type Method Description boolean
AbstractMailProvider. supportFeature(AbstractMailProvider.Feature feature)
Returns true if current provider does support given feature. -
Uses of AbstractMailProvider.Feature in com.jalios.jcms.mail.providers
Methods in com.jalios.jcms.mail.providers that return types with arguments of type AbstractMailProvider.Feature Modifier and Type Method Description java.util.Set<AbstractMailProvider.Feature>
LegacyMailProvider. getFeatureSet()
-