This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.request
Interface PortalRequestFactory
- All Known Implementing Classes: 
- PortalRequestFactoryImpl
- public interface PortalRequestFactory 
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.
 
- Version:
- $Id$
- Author:
- Ate Douma
| Method Summary | 
|  javax.servlet.http.HttpServletRequest | createPortalRequest(javax.servlet.http.HttpServletRequest request)
 | 
 
createPortalRequest
javax.servlet.http.HttpServletRequest createPortalRequest(javax.servlet.http.HttpServletRequest request)
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.