| |
|
| java.lang.Object org.apache.jetspeed.factory.JetspeedPortletFactory
JetspeedPortletFactory | public class JetspeedPortletFactory implements PortletFactory(Code) | |
JetspeedPortletFactory
author: Scott T. Weaver version: $Id: JetspeedPortletFactory.java 593513 2007-11-09 12:48:34Z woonsan $ |
JetspeedPortletFactory | public JetspeedPortletFactory()(Code) | | |
JetspeedPortletFactory | public JetspeedPortletFactory(boolean autoSwitchConfigMode, boolean autoSwitchEditDefaultsModeToEditMode)(Code) | | |
getCustomConfigModePortletUniqueName | public String getCustomConfigModePortletUniqueName()(Code) | | |
getPortletInstance | public PortletInstance getPortletInstance(ServletContext servletContext, PortletDefinition pd) throws PortletException(Code) | | Gets a portlet by either creating it or returning a handle to it from the portlet 'cache'
Parameters: portletDefinition - The definition of the portlet PortletInstance throws: PortletException - |
getPortletProxyUsed | public boolean getPortletProxyUsed()(Code) | | |
getPreferencesValidator | public PreferencesValidator getPreferencesValidator(PortletDefinition pd)(Code) | | |
setCustomConfigModePortletUniqueName | public void setCustomConfigModePortletUniqueName(String customConfigModePortletUniqueName)(Code) | | |
setPortletProxyUsed | public void setPortletProxyUsed(boolean portletProxyUsed)(Code) | | |
updatePortletConfig | public void updatePortletConfig(PortletDefinition pd)(Code) | | |
|
|
|