org.apache.jetspeed.engine.servlet
Class ServletRequestFactoryImpl

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

public class ServletRequestFactoryImpl
extends Object
implements ServletRequestFactory

Factory implementation for creating HTTP Request Wrappers

Version:
$Id: ServletRequestFactoryImpl.java 188183 2005-01-12 09:20:47Z ate $
Author:
David Sean Taylor

Field Summary
private  javax.servlet.ServletConfig servletConfig
           
 
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
 

Field Detail

servletConfig

private javax.servlet.ServletConfig servletConfig
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-2005 Apache Software Foundation. All Rights Reserved.