|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortletAppDD in org.apache.pluto |
---|
Methods in org.apache.pluto that return PortletAppDD | |
---|---|
PortletAppDD |
PortletContainer.getPortletApplicationDescriptor(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(String applicationId)
|
PortletAppDD |
PortletContainerImpl.getPortletApplicationDescriptor(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 | |
---|---|
JAXBElement<PortletAppDD> |
ObjectFactory.createPortletApp(PortletAppDD value)
Create an instance of JAXBElement < PortletAppDD > } |
JAXBElement<PortletAppDD> |
ObjectFactory.createPortletApp1(PortletAppDD value)
Create an instance of JAXBElement < PortletAppDD > } |
Methods in org.apache.pluto.descriptors.portlet with parameters of type PortletAppDD | |
---|---|
JAXBElement<PortletAppDD> |
ObjectFactory.createPortletApp(PortletAppDD value)
Create an instance of JAXBElement < PortletAppDD > } |
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(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,
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(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,
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(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,
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,
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(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(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |