public class PortletConfigFactoryImpl extends java.lang.Object implements PortletConfigFactory
Constructor and Description |
---|
PortletConfigFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the factory.
|
javax.portlet.PortletConfig |
getPortletConfig(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition) |
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
Factory
public javax.portlet.PortletConfig getPortletConfig(javax.servlet.ServletConfig servletConfig, javax.portlet.PortletContext portletContext, PortletDefinition portletDefinition)
getPortletConfig
in interface PortletConfigFactory
Copyright © 2003-2013 . All Rights Reserved.