HttpdRequestListenerRegistrar

public class HttpdRequestListenerRegistrar extends HttpdContextRegistrar

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

Author:Hugo Y. K. Lam

Methods

processExtension

public void processExtension(Extension extension)

Adds an HTTP request 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)