Class PortletWindowPreferenceRegistryReader
- java.lang.Object
-
- com.sun.portal.portletcontainer.admin.PortletRegistryReader
-
- com.sun.portal.portletcontainer.admin.registry.PortletWindowPreferenceRegistryReader
-
public class PortletWindowPreferenceRegistryReader extends PortletRegistryReader
PortletWindowPreferenceRegistryReader is responsible for reading the portlet-window-preference-registry.xml file
-
-
Constructor Summary
Constructors Constructor Description PortletWindowPreferenceRegistryReader(String registryLocation, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortletRegistryObject
create()
Creates specific Portlet Registry Object.-
Methods inherited from class com.sun.portal.portletcontainer.admin.PortletRegistryReader
readDocument
-
-
-
-
Method Detail
-
create
public PortletRegistryObject create()
Description copied from class:PortletRegistryReader
Creates specific Portlet Registry Object.- Specified by:
create
in classPortletRegistryReader
- Returns:
- a specific
PortletRegistryObject
.
-
-