This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.engine.servlet
Interface ServletRequestFactory
- All Superinterfaces: 
- org.apache.pluto.factory.Factory
- All Known Implementing Classes: 
- ServletRequestFactoryImpl
- public interface ServletRequestFactory 
- extends org.apache.pluto.factory.Factory
Factory interface for creating HTTP Request Wrappers
- Version:
- $Id: ServletRequestFactory.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
| Method Summary | 
|  javax.servlet.http.HttpServletRequest | getServletRequest(javax.servlet.http.HttpServletRequest request,
                  org.apache.pluto.om.window.PortletWindow window)
 | 
 
| Methods inherited from interface org.apache.pluto.factory.Factory | 
| destroy, init | 
 
getServletRequest
javax.servlet.http.HttpServletRequest getServletRequest(javax.servlet.http.HttpServletRequest request,
                                                        org.apache.pluto.om.window.PortletWindow window)
- 
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.