Class MiddlewareContext

java.lang.Object
com.spec.web.expresso.middleware.MiddlewareContext

public class MiddlewareContext extends Object
The class instance curretly has the following responsibilites. 1. Controls if next middleware should be called or not. 2. Carries data between middlewares using a map.