HttpdRequestFilterRegistrar

public class HttpdRequestFilterRegistrar extends HttpdContextRegistrar

HttpdRequestFilterRegistrar handles the registration of an HTTP request filter with the default HTTP dispatcher context.

Author:Hugo Y. K. Lam

Methods

processExtension

public void processExtension(Extension extension)

Adds an HTTP request filter to the default HTTP dispatcher context.

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

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