Uses of Class
org.apache.pluto.descriptors.portlet.PortletAppDD

Packages that use PortletAppDD
org.apache.pluto.descriptors.services   
org.apache.pluto.descriptors.services.impl   
 

Uses of PortletAppDD in org.apache.pluto.descriptors.services
 

Methods in org.apache.pluto.descriptors.services that return PortletAppDD
 PortletAppDD PortletAppDescriptorService.read()
          Retrieve the PortletApp deployment descriptor (portlet.xml).
 

Methods in org.apache.pluto.descriptors.services with parameters of type PortletAppDD
 void PortletAppDescriptorService.write(PortletAppDD pd)
          Write the PortletApp deployment descriptor (portlet.xml).
 

Uses of PortletAppDD in org.apache.pluto.descriptors.services.impl
 

Methods in org.apache.pluto.descriptors.services.impl that return PortletAppDD
 PortletAppDD AbstractPortletAppDescriptorService.read()
          Read the Web Application Deployment Descriptor.
 

Methods in org.apache.pluto.descriptors.services.impl with parameters of type PortletAppDD
 void AbstractPortletAppDescriptorService.write(PortletAppDD portlet)
          Write the deployment descriptor.