org.apache.pluto.portalImpl.servlet
Class ServletRequestFactoryImpl
java.lang.Object
org.apache.pluto.portalImpl.servlet.ServletRequestFactoryImpl
- All Implemented Interfaces:
- org.apache.pluto.factory.Factory, ServletRequestFactory
public class ServletRequestFactoryImpl
- extends java.lang.Object
- implements ServletRequestFactory
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 |
ServletRequestFactoryImpl
public ServletRequestFactoryImpl()
getServletRequest
public javax.servlet.http.HttpServletRequest getServletRequest(javax.servlet.http.HttpServletRequest request,
org.apache.pluto.om.window.PortletWindow portletWindow)
- Specified by:
getServletRequest
in interface 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 © 2003-2011 . All Rights Reserved.