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
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRequestFactoryIG
public ServletRequestFactoryIG()
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
- Throws:
java.lang.Exception
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy in interface org.apache.pluto.factory.Factory
- Throws:
java.lang.Exception
Copyright © 2005 InfoGlue.org All Rights Reserved.