Kees Jongenburger wrote:
> Maybe RequestController.  This should be an interface in the bridge
> that is created via a brige.util class
> util.createRequestController()
> util.createRequestController(pageContext)
> util.createRequestController(Request,Response)

Why would that be better then simply 
new RequestController();
new RequestController(pageContext);
new RequestConstroler(request, response);

?

Michiel



-- 
Michiel Meeuwissen                  mihxil'
Mediacentrum 140 H'sum                [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US




Reply via email to