Uses of Interface
com.sun.portal.portletcontainer.admin.PortletRegistryElement
-
Packages that use PortletRegistryElement Package Description com.sun.portal.portletcontainer.admin com.sun.portal.portletcontainer.admin.registry -
-
Uses of PortletRegistryElement in com.sun.portal.portletcontainer.admin
Methods in com.sun.portal.portletcontainer.admin that return PortletRegistryElement Modifier and Type Method Description PortletRegistryElement
PortletRegistryObject. getRegistryElement(String name)
Returns the portlet registry element for the specified name.Methods in com.sun.portal.portletcontainer.admin that return types with arguments of type PortletRegistryElement Modifier and Type Method Description List<PortletRegistryElement>
PortletRegistryObject. getRegistryElements()
Returns a list of all portlet registry elements in the portlet registry.Methods in com.sun.portal.portletcontainer.admin with parameters of type PortletRegistryElement Modifier and Type Method Description void
PortletRegistryObject. addRegistryElement(PortletRegistryElement portletRegistryElement)
Add the portlet registry element to this object.boolean
PortletRegistryObject. removeRegistryElement(PortletRegistryElement portletRegistryElement)
Remove the portlet registry element from this object.Method parameters in com.sun.portal.portletcontainer.admin with type arguments of type PortletRegistryElement Modifier and Type Method Description abstract void
PortletRegistryWriter. appendDocument(List<PortletRegistryElement> portletRegistryElementList)
Appends contents in the list to the specified registry xml file in the file system.abstract void
PortletRegistryWriter. writeDocument(List<PortletRegistryElement> portletRegistryElementList)
Writes the contents in the list to the specified registry xml file in the file system. -
Uses of PortletRegistryElement in com.sun.portal.portletcontainer.admin.registry
Classes in com.sun.portal.portletcontainer.admin.registry that implement PortletRegistryElement Modifier and Type Class Description class
AbstractPortletRegistryElement
AbstractPortletRegistryElement provides partial implementation of the PortletRegistryElement interface.class
PortletApp
PortletApp represents the PortletApp Element in portlet-app-registry.xmlclass
PortletWindow
PortletWindow represents the PortletWindow Element in portlet-window-registry.xmlclass
PortletWindowPreference
PortletWindowPreference represents the PortletWindowPreference Element in portlet-window-preferences.xmlMethods in com.sun.portal.portletcontainer.admin.registry that return PortletRegistryElement Modifier and Type Method Description PortletRegistryElement
PortletAppRegistry. getRegistryElement(String name)
PortletRegistryElement
PortletWindowPreferenceRegistry. getRegistryElement(String name)
PortletRegistryElement
PortletWindowRegistry. getRegistryElement(String name)
Methods in com.sun.portal.portletcontainer.admin.registry that return types with arguments of type PortletRegistryElement Modifier and Type Method Description List<PortletRegistryElement>
PortletAppRegistry. getRegistryElements()
List<PortletRegistryElement>
PortletWindowPreferenceRegistry. getRegistryElements()
List<PortletRegistryElement>
PortletWindowRegistry. getRegistryElements()
Methods in com.sun.portal.portletcontainer.admin.registry with parameters of type PortletRegistryElement Modifier and Type Method Description void
PortletAppRegistry. addRegistryElement(PortletRegistryElement portletApp)
void
PortletWindowPreferenceRegistry. addRegistryElement(PortletRegistryElement portletWindowPreference)
void
PortletWindowRegistry. addRegistryElement(PortletRegistryElement portletWindow)
boolean
PortletAppRegistry. removeRegistryElement(PortletRegistryElement portletApp)
boolean
PortletWindowPreferenceRegistry. removeRegistryElement(PortletRegistryElement portletWindowPreference)
boolean
PortletWindowRegistry. removeRegistryElement(PortletRegistryElement portletWindow)
Method parameters in com.sun.portal.portletcontainer.admin.registry with type arguments of type PortletRegistryElement Modifier and Type Method Description void
PortletAppRegistryWriter. appendDocument(List<PortletRegistryElement> portletAppElementList)
void
PortletWindowPreferenceRegistryWriter. appendDocument(List<PortletRegistryElement> portletWindowPreferenceElementList)
void
PortletWindowRegistryWriter. appendDocument(List<PortletRegistryElement> portletWindowElementList)
void
PortletAppRegistryWriter. writeDocument(List<PortletRegistryElement> portletAppElementList)
void
PortletWindowPreferenceRegistryWriter. writeDocument(List<PortletRegistryElement> portletWindowPreferenceElementList)
void
PortletWindowRegistryWriter. writeDocument(List<PortletRegistryElement> portletWindowElementList)
-