HttpdContextListenerRegistrar

public class HttpdContextListenerRegistrar extends HttpdContextRegistrar

HttpdContextListenerRegistrar handles the registration of an HTTP dispatcher context listener with the default HTTP dispatcher context.

Author:Hugo Y. K. Lam

Methods

processExtension

public void processExtension(Extension extension)

Adds an HTTP dispatcher context listener to the default HTTP dispatcher context.

Parameters:
  • extension – the extension which represents the listener.
Throws:

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