public class RenderRequestFactoryImpl extends java.lang.Object implements RenderRequestFactory
| Constructor and Description |
|---|
RenderRequestFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the factory.
|
javax.portlet.RenderRequest |
getRenderRequest(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse) |
void |
init(javax.servlet.ServletConfig config,
java.util.Map properties)
Initializes the factory using the servlet configuration
and the factory properties.
|
public void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
Factorypublic javax.portlet.RenderRequest getRenderRequest(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
getRenderRequest in interface RenderRequestFactoryCopyright © 2003-2013 . All Rights Reserved.