public class ActionRequestFactoryImpl extends java.lang.Object implements ActionRequestFactory
| Constructor and Description |
|---|
ActionRequestFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
Factoryinit in interface Factoryconfig - the servlet configurationproperties - the factory propertiesjava.lang.Exception - if the initialization failsFactory.init(ServletConfig, Map)public javax.portlet.ActionRequest getActionRequest(PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
getActionRequest in interface ActionRequestFactorypublic void destroy()
throws java.lang.Exception
Factorydestroy in interface Factoryjava.lang.Exception - if the destruction failsFactory.destroy()Copyright © 2003-2013 . All Rights Reserved.