Class MailScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Named("mail")
    @Singleton
    public class MailScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Access mail scripts API.
    Since:
    12.4RC1
    Version:
    $Id: 209c78f4df6c211c1faf6e4c18e9a529753e557f $
    • Constructor Detail

      • MailScriptService

        public MailScriptService()
    • Method Detail

      • get

        public <S extends org.xwiki.script.service.ScriptService> S get​(String serviceName)
        Type Parameters:
        S - the type of the ScriptService
        Parameters:
        serviceName - the name of the sub ScriptService
        Returns:
        the ScriptService or null of none could be found