PortalRequestFactory allows specialized instantiation of a PortalRequest to be
used for JetspeedRequestContext.request.
JetspeedRequestContext also implements this interface and simply returns the
provided request as no wrapping is needed for Tomcat.
To actually use a PortalRequest as wrapper (as needed for instance on WebSphere),
inject the PortalRequestFactoryImpl in JetspeedRequestContext.
author: Ate Douma version: $Id$ |