Class PortletAppRegistryReader
- java.lang.Object
-
- com.sun.portal.portletcontainer.admin.PortletRegistryReader
-
- com.sun.portal.portletcontainer.admin.registry.PortletAppRegistryReader
-
public class PortletAppRegistryReader extends PortletRegistryReader
PortletAppRegistryReader is responsible for reading the portlet-app-registry.xml file
-
-
Constructor Summary
Constructors Constructor Description PortletAppRegistryReader(String registryLocation)
-
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
-
-
-
-
Constructor Detail
-
PortletAppRegistryReader
public PortletAppRegistryReader(String registryLocation)
-
-
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
.
-
-