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

Packages that use PortletAppDD
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
org.apache.pluto.descriptors.portlet   
org.apache.pluto.descriptors.services   
org.apache.pluto.descriptors.services.castor   
org.apache.pluto.descriptors.services.jaxb   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi.optional   
 

Uses of PortletAppDD in org.apache.pluto
 

Methods in org.apache.pluto that return PortletAppDD
 PortletAppDD PortletContainer.getPortletApplicationDescriptor(java.lang.String context)
          Retrieve the PortletAppDD for the portlet located at the supplied context.
 

Uses of PortletAppDD in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletAppDD
 PortletAppDD PortletContextManager.getPortletApplicationDescriptor(java.lang.String applicationId)
           
 PortletAppDD PortletContainerImpl.getPortletApplicationDescriptor(java.lang.String context)
           
 

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

Methods in org.apache.pluto.descriptors.portlet that return PortletAppDD
 PortletAppDD ObjectFactory.createPortletAppDD()
          Create an instance of PortletAppDD
 

Methods in org.apache.pluto.descriptors.portlet that return types with arguments of type PortletAppDD
 javax.xml.bind.JAXBElement<PortletAppDD> ObjectFactory.createPortletApp(PortletAppDD value)
          Create an instance of JAXBElement<PortletAppDD>}
 javax.xml.bind.JAXBElement<PortletAppDD> ObjectFactory.createPortletApp1(PortletAppDD value)
          Create an instance of JAXBElement<PortletAppDD>}
 

Methods in org.apache.pluto.descriptors.portlet with parameters of type PortletAppDD
 javax.xml.bind.JAXBElement<PortletAppDD> ObjectFactory.createPortletApp(PortletAppDD value)
          Create an instance of JAXBElement<PortletAppDD>}
 javax.xml.bind.JAXBElement<PortletAppDD> ObjectFactory.createPortletApp1(PortletAppDD value)
          Create an instance of JAXBElement<PortletAppDD>}
 

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

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

Methods in org.apache.pluto.descriptors.services with parameters of type PortletAppDD
 void PortletAppDescriptorService.write(PortletAppDD portletDescriptor, java.io.OutputStream out)
          Write the PortletApp deployment descriptor (portlet.xml).
 

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

Methods in org.apache.pluto.descriptors.services.castor that return PortletAppDD
 PortletAppDD PortletAppDescriptorServiceImpl.read(java.io.InputStream in)
          Read the Web Application Deployment Descriptor.
 

Methods in org.apache.pluto.descriptors.services.castor with parameters of type PortletAppDD
 void PortletAppDescriptorServiceImpl.write(PortletAppDD portlet, java.io.OutputStream out)
          Write the deployment descriptor.
 

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

Methods in org.apache.pluto.descriptors.services.jaxb that return PortletAppDD
 PortletAppDD PortletAppDescriptorServiceImpl.read(java.io.InputStream in)
          Read the Web Application Deployment Descriptor.
 

Methods in org.apache.pluto.descriptors.services.jaxb with parameters of type PortletAppDD
 void PortletAppDescriptorServiceImpl.write(PortletAppDD portlet, java.io.OutputStream out)
          Write the deployment descriptor.
 

Uses of PortletAppDD in org.apache.pluto.driver.services.container
 

Methods in org.apache.pluto.driver.services.container with parameters of type PortletAppDD
static boolean FilterManagerImpl.addFilterApp(PortletAppDD portletAppDD, java.lang.String ContextPath)
          Adds the Applications for the filter.
 

Uses of PortletAppDD in org.apache.pluto.internal
 

Methods in org.apache.pluto.internal that return PortletAppDD
 PortletAppDD PortletDescriptorRegistry.getPortletAppDD(javax.servlet.ServletContext servletContext)
          Retrieve the Portlet Application Deployment Descriptor for the given servlet context.
 PortletAppDD InternalPortletContext.getPortletApplicationDefinition()
           
 

Uses of PortletAppDD in org.apache.pluto.internal.impl
 

Methods in org.apache.pluto.internal.impl that return PortletAppDD
 PortletAppDD PortletContextImpl.getPortletApplicationDefinition()
           
 

Constructors in org.apache.pluto.internal.impl with parameters of type PortletAppDD
PortletConfigImpl(javax.servlet.ServletConfig servletConfig, PortletContext portletContext, PortletDD portletDD, PortletAppDD portletAppDD)
           
PortletContextImpl(java.lang.String portletApplicationId, javax.servlet.ServletContext servletContext, PortletAppDD portletAppDD)
          Constructs an instance.
 

Uses of PortletAppDD in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional that return PortletAppDD
 PortletAppDD PortletRegistryEvent.getPortletApplicationDescriptor()
           
 PortletAppDD PortletRegistryService.getPortletApplicationDescriptor(java.lang.String name)
          Retrieve the portlet descriptor for the specified portlet application.
 

Methods in org.apache.pluto.spi.optional with parameters of type PortletAppDD
 void PortletRegistryEvent.setPortletApplicationDescriptor(PortletAppDD portletApplicationDescriptor)
           
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.