Package org.xwiki.mail.script
Class MailScriptService
- java.lang.Object
-
- org.xwiki.mail.script.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 Summary
Constructors Constructor Description MailScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends org.xwiki.script.service.ScriptService>
Sget(String serviceName)
-
-
-
Method Detail
-
get
public <S extends org.xwiki.script.service.ScriptService> S get(String serviceName)
- Type Parameters:
S
- the type of theScriptService
- Parameters:
serviceName
- the name of the subScriptService
- Returns:
- the
ScriptService
or null of none could be found
-
-