Uses of Class
com.jalios.jcms.mail.AbstractMailEditHandler
-
Packages that use AbstractMailEditHandler Package Description com.jalios.jcms.admin.mail com.jalios.jcms.mail com.jalios.jcms.mail.providers -
-
Uses of AbstractMailEditHandler in com.jalios.jcms.admin.mail
Methods in com.jalios.jcms.admin.mail that return AbstractMailEditHandler Modifier and Type Method Description static AbstractMailEditHandler
AdminMailConfigurationUtil. getEditHandler(AbstractMailProvider mailProvider)
AbstractMailEditHandler
EditMailProviderHandler. getEditHandler()
Methods in com.jalios.jcms.admin.mail with parameters of type AbstractMailEditHandler Modifier and Type Method Description static EditAdminProperties
AdminMailConfigurationUtil. getProviderProperties(AbstractMailEditHandler editHandler)
-
Uses of AbstractMailEditHandler in com.jalios.jcms.mail
Methods in com.jalios.jcms.mail that return types with arguments of type AbstractMailEditHandler Modifier and Type Method Description java.lang.Class<? extends AbstractMailEditHandler>
AbstractMailProvider. getEditHandlerClass()
-
Uses of AbstractMailEditHandler in com.jalios.jcms.mail.providers
Subclasses of AbstractMailEditHandler in com.jalios.jcms.mail.providers Modifier and Type Class Description class
LegacyMailEditHandler
Methods in com.jalios.jcms.mail.providers that return types with arguments of type AbstractMailEditHandler Modifier and Type Method Description java.lang.Class<? extends AbstractMailEditHandler>
LegacyMailProvider. getEditHandlerClass()
-