org.infoglue.deliver.portal.information
Class ServletRequestFactoryIG

java.lang.Object
  |
  +--org.infoglue.deliver.portal.information.ServletRequestFactoryIG
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.portalImpl.servlet.ServletRequestFactory

public class ServletRequestFactoryIG
extends java.lang.Object
implements org.apache.pluto.portalImpl.servlet.ServletRequestFactory

Author:
jand

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

Constructor Detail

ServletRequestFactoryIG

public ServletRequestFactoryIG()
Method Detail

getServletRequest

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

init

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

destroy

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