org.apache.pluto.factory.impl
Class ActionResponseFactoryImpl

java.lang.Object
  extended by org.apache.pluto.factory.impl.ActionResponseFactoryImpl
All Implemented Interfaces:
ActionResponseFactory, Factory

public class ActionResponseFactoryImpl
extends java.lang.Object
implements ActionResponseFactory


Constructor Summary
ActionResponseFactoryImpl()
           
 
Method Summary
 void destroy()
          Destroys the factory.
 javax.portlet.ActionResponse getActionResponse(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

ActionResponseFactoryImpl

public ActionResponseFactoryImpl()
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

getActionResponse

public javax.portlet.ActionResponse getActionResponse(PortletWindow portletWindow,
                                                      javax.servlet.http.HttpServletRequest servletRequest,
                                                      javax.servlet.http.HttpServletResponse servletResponse)
Specified by:
getActionResponse in interface ActionResponseFactory

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-2010 . All Rights Reserved.