Method | Description | |
---|---|---|
getAssetsUrl ( ) : string | Publishes the module assets path. | |
getAuthorizer ( ) : RightsAuthorizer | ||
getGenerator ( ) : RightsGenerator | ||
getInstaller ( ) : RightsInstaller | ||
getVersion ( ) : the | ||
init ( ) | Initializes the "rights" module. | |
registerScripts ( ) | Registers the necessary scripts. |
public getAssetsUrl ( ) : string | ||
return | string | the base URL that contains all published asset files of Rights. |
public getAuthorizer ( ) : RightsAuthorizer | ||
return | RightsAuthorizer | the authorizer component. |
public getGenerator ( ) : RightsGenerator | ||
return | RightsGenerator | the generator component. |
public getInstaller ( ) : RightsInstaller | ||
return | RightsInstaller | the installer component. |