Interface MOXMAN_Http_IHandler
This interface is to be implemented by all HTTP handler instances. A HTTP handler processes a specific request.
Public Methods
Method | Description | Defined By |
---|---|---|
processRequest() | Process a request using the specified context. | MOXMAN_Http_IHandler |
Method Details
Process a request using the specified context.
public abstract void processRequest ( MOXMAN_Http_Context $httpContext ) | ||
$httpContext | MOXMAN_Http_Context | Context instance to pass to use for the handler. |