AdminModuleRegistrar

public class AdminModuleRegistrar extends ExtensionPointIteratedHandler

AdminModuleRegistrar handles the registration of an admin module with the default admin pagelet adaptor.

Author:Hugo Y. K. Lam

See also: hk.hku.cecid.piazza.corvus.admin.listener.AdminPageletAdaptor

Methods

processExtension

public void processExtension(Extension extension)

Adds an admin module to the default admin pagelet adaptor.

Parameters:
  • extension – the extension which represents the module to be added.
Throws:

See also: hk.hku.cecid.piazza.commons.spa.ExtensionPointHandler.processExtensions(java.util.Collection)