Package com.xwiki.licensing.script
Class LicensingScriptService
java.lang.Object
com.xwiki.licensing.script.LicensingScriptService
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component
@Named("licensing")
@Singleton
@Unstable
public class LicensingScriptService
extends Object
implements org.xwiki.script.service.ScriptService
Entry point for Licensing script services.
- Since:
- 1.1
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROLEHINT
The role hint of this component.- See Also:
-
-
Constructor Details
-
LicensingScriptService
public LicensingScriptService()
-
-
Method Details
-
get
- Type Parameters:
S- the type of theScriptService- Parameters:
serviceName- the name of the subScriptService- Returns:
- the
ScriptServiceor null of none could be found
-