org.apache.pluto.portalImpl.servlet
Class ServletRequestFactoryImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.servlet.ServletRequestFactoryImpl
All Implemented Interfaces:
ServletRequestFactory

public class ServletRequestFactoryImpl
extends java.lang.Object
implements ServletRequestFactory


Constructor Summary
ServletRequestFactoryImpl()
           
 
Method Summary
 void destroy()
           
 HttpServletRequest getServletRequest(HttpServletRequest request, PortletWindow portletWindow)
           
 void init(javax.servlet.ServletConfig config, java.util.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

getServletRequest

public HttpServletRequest getServletRequest(HttpServletRequest request,
                                            PortletWindow portletWindow)
Specified by:
getServletRequest in interface ServletRequestFactory

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception