HttpdContextRegistrar

public abstract class HttpdContextRegistrar extends ExtensionPointIteratedHandler

HttpdContextRegistrar is a generic registrar for any extension point handler which handles reqistration, or alike, with an HTTP dispatcher context.

Author:Hugo Y. K. Lam

Methods

getHttpdContext

protected HttpDispatcherContext getHttpdContext(Extension extension)

Gets the HTTP dispatcher context this registrar manages.

Parameters:
  • extension – the extension being processed.
Returns:

the default HTTP dispatcher context.