public class PortletPreferencesFactoryImpl extends java.lang.Object implements PortletPreferencesFactory
Constructor and Description |
---|
PortletPreferencesFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the factory.
|
javax.portlet.PortletPreferences |
getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition) |
javax.portlet.PortletPreferences |
getPortletPreferences(java.lang.Integer methodId,
PortletEntity portletEntity) |
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.PortletPreferences getPortletPreferences(java.lang.Integer methodId, PortletEntity portletEntity)
getPortletPreferences
in interface PortletPreferencesFactory
public javax.portlet.PortletPreferences getPortletPreferences(java.lang.Integer methodId, PortletDefinition portletDefinition)
getPortletPreferences
in interface PortletPreferencesFactory
Copyright © 2003-2013 . All Rights Reserved.