org.apache.pluto.factory.impl
Class ActionRequestFactoryImpl

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

public class ActionRequestFactoryImpl
extends java.lang.Object
implements ActionRequestFactory

To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.


Constructor Summary
ActionRequestFactoryImpl()
           
 
Method Summary
 void destroy()
          Destroys the factory.
 javax.portlet.ActionRequest getActionRequest(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

ActionRequestFactoryImpl

public ActionRequestFactoryImpl()
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
See Also:
Factory.init(ServletConfig, Map)

getActionRequest

public javax.portlet.ActionRequest getActionRequest(PortletWindow portletWindow,
                                                    javax.servlet.http.HttpServletRequest servletRequest,
                                                    javax.servlet.http.HttpServletResponse servletResponse)
Specified by:
getActionRequest in interface ActionRequestFactory

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
See Also:
Factory.destroy()


Copyright © 2003-2006 . All Rights Reserved.