org.apache.jetspeed.engine.servlet
Class ServletRequestFactoryImpl

java.lang.Object
  extended by org.apache.jetspeed.engine.servlet.ServletRequestFactoryImpl
All Implemented Interfaces:
ServletRequestFactory, org.apache.pluto.factory.Factory

public class ServletRequestFactoryImpl
extends Object
implements ServletRequestFactory

Factory implementation for creating HTTP Request Wrappers

Version:
$Id: ServletRequestFactoryImpl.java 517121 2007-03-12 07:45:49Z ate $
Author:
David Sean Taylor

Constructor Summary
ServletRequestFactoryImpl()
           
 
Method Summary
protected  javax.servlet.http.HttpServletRequest createRequest(javax.servlet.http.HttpServletRequest request, org.apache.pluto.om.window.PortletWindow window)
           
 void destroy()
           
 javax.servlet.http.HttpServletRequest getServletRequest(javax.servlet.http.HttpServletRequest request, org.apache.pluto.om.window.PortletWindow window)
           
 void init(javax.servlet.ServletConfig config, Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRequestFactoryImpl

public ServletRequestFactoryImpl()
Method Detail

init

public void init(javax.servlet.ServletConfig config,
                 Map properties)
          throws Exception
Specified by:
init in interface org.apache.pluto.factory.Factory
Throws:
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.apache.pluto.factory.Factory
Throws:
Exception

createRequest

protected javax.servlet.http.HttpServletRequest createRequest(javax.servlet.http.HttpServletRequest request,
                                                              org.apache.pluto.om.window.PortletWindow window)

getServletRequest

public javax.servlet.http.HttpServletRequest getServletRequest(javax.servlet.http.HttpServletRequest request,
                                                               org.apache.pluto.om.window.PortletWindow window)
Specified by:
getServletRequest in interface ServletRequestFactory


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.