Class PortletAdminDataFactory
- java.lang.Object
-
- com.sun.portal.portletcontainer.driver.admin.PortletAdminDataFactory
-
public class PortletAdminDataFactory extends Object
PortletAdminDataFactory is a factory object that creates and returns a new instance of the PortletAdminData.
-
-
Constructor Summary
Constructors Constructor Description PortletAdminDataFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PortletAdminData
getPortletAdminData(String context)
Returns a new instance of the PortletAdminData object
-
-
-
Method Detail
-
getPortletAdminData
public static PortletAdminData getPortletAdminData(String context) throws PortletRegistryException
Returns a new instance of the PortletAdminData object- Throws:
PortletRegistryException
-
-