Uses of Class
org.apache.pluto.descriptors.common.InitParamDD

Packages that use InitParamDD
org.apache.pluto.descriptors.common Common deployment descriptor elements used in many descriptors. 
org.apache.pluto.descriptors.portlet   
org.apache.pluto.driver.services.container   
 

Uses of InitParamDD in org.apache.pluto.descriptors.common
 

Methods in org.apache.pluto.descriptors.common that return InitParamDD
 InitParamDD ObjectFactory.createInitParamDD()
          Create an instance of InitParamDD
 

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

Methods in org.apache.pluto.descriptors.common with parameters of type InitParamDD
 javax.xml.bind.JAXBElement<InitParamDD> ObjectFactory.createPortletDDInitParam(InitParamDD value)
          Create an instance of JAXBElement<InitParamDD>}
 

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

Methods in org.apache.pluto.descriptors.portlet that return types with arguments of type InitParamDD
 java.util.List<InitParamDD> FilterDD.getInitParam()
           
 java.util.List<InitParamDD> PortletDD.getInitParams()
           
 

Method parameters in org.apache.pluto.descriptors.portlet with type arguments of type InitParamDD
 void FilterDD.setInitParam(java.util.List<InitParamDD> initParam)
           
 void PortletDD.setInitParams(java.util.List<InitParamDD> initParams)
           
 

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

Constructor parameters in org.apache.pluto.driver.services.container with type arguments of type InitParamDD
FilterConfigImpl(java.lang.String filterName, java.util.List<InitParamDD> initParameters)
           
 



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