org.apache.pluto.factory.impl
Class RenderRequestFactoryImpl

java.lang.Object
  extended byorg.apache.pluto.factory.impl.RenderRequestFactoryImpl
All Implemented Interfaces:
Factory, RenderRequestFactory

public class RenderRequestFactoryImpl
extends java.lang.Object
implements RenderRequestFactory


Constructor Summary
RenderRequestFactoryImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderRequestFactoryImpl

public RenderRequestFactoryImpl()
Method Detail

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Description copied from interface: Factory
Initializes the factory using the servlet configuration and the factory properties.

Specified by:
init in interface Factory
Parameters:
config - the servlet configuration
properties - the factory properties
Throws:
java.lang.Exception - if the initialization fails

getRenderRequest

public javax.portlet.RenderRequest getRenderRequest(PortletWindow portletWindow,
                                                    javax.servlet.http.HttpServletRequest servletRequest,
                                                    javax.servlet.http.HttpServletResponse servletResponse)
Specified by:
getRenderRequest in interface RenderRequestFactory

destroy

public void destroy()
             throws java.lang.Exception
Description copied from interface: Factory
Destroys the factory. This method allows the service to cleanup any resources.

Specified by:
destroy in interface Factory
Throws:
java.lang.Exception - if the destruction fails


Copyright © 2003-2006 . All Rights Reserved.