chrriis.common
Interface WebServer.WebServerContentProvider

Enclosing class:
WebServer

public static interface WebServer.WebServerContentProvider

A content provider for global resources.

Author:
Christopher Deckers

Method Summary
 WebServer.WebServerContent getWebServerContent(WebServer.HTTPRequest httpRequest)
          Get the web server content, or return null to ignore the request.
 

Method Detail

getWebServerContent

WebServer.WebServerContent getWebServerContent(WebServer.HTTPRequest httpRequest)
Get the web server content, or return null to ignore the request.

Parameters:
httpRequest - the request.
Returns:
the content, or null to ignore the request and potentially let another handler process it.