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

Packages that use PortletDD
org.apache.pluto.core   
org.apache.pluto.descriptors.portlet   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi.optional   
 

Uses of PortletDD in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletDD
 PortletDD PortletContextManager.getPortletDescriptor(java.lang.String applicationId, java.lang.String portletName)
           
 

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

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

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

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

Method parameters in org.apache.pluto.descriptors.portlet with type arguments of type PortletDD
 void PortletAppDD.setPortlets(java.util.List<PortletDD> portlets)
          Set the portlets that exist within this application.
 

Uses of PortletDD in org.apache.pluto.internal
 

Methods in org.apache.pluto.internal that return PortletDD
 PortletDD PortletEntity.getPortletDefinition()
          Returns the portlet description.
 PortletDD InternalPortletConfig.getPortletDefinition()
           
 

Methods in org.apache.pluto.internal with parameters of type PortletDD
 PreferencesValidator PreferencesValidatorRegistry.getPreferencesValidator(PortletDD portletDD)
          Returns the preferences validator instance for the given portlet definition.
 

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

Fields in org.apache.pluto.internal.impl declared as PortletDD
protected  PortletDD PortletConfigImpl.portletDD
          The portlet descriptor.
 

Methods in org.apache.pluto.internal.impl that return PortletDD
 PortletDD PortletConfigImpl.getPortletDefinition()
           
 PortletDD PortletEntityImpl.getPortletDefinition()
          Returns the portlet description.
 

Constructors in org.apache.pluto.internal.impl with parameters of type PortletDD
PortletConfigImpl(javax.servlet.ServletConfig servletConfig, PortletContext portletContext, PortletDD portletDD, PortletAppDD portletAppDD)
           
 

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

Methods in org.apache.pluto.spi.optional that return PortletDD
 PortletDD PortletRegistryService.getPortletDescriptor(java.lang.String applicationId, java.lang.String portletName)
          Retreive the portlet descriptor for the given portlet.
 



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