|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
JAXBElement<InitParamDD> |
ObjectFactory.createPortletDDInitParam(InitParamDD value)
Create an instance of JAXBElement < InitParamDD > } |
Methods in org.apache.pluto.descriptors.common with parameters of type InitParamDD | |
---|---|
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 | |
---|---|
List<InitParamDD> |
FilterDD.getInitParam()
|
List<InitParamDD> |
PortletDD.getInitParams()
|
Method parameters in org.apache.pluto.descriptors.portlet with type arguments of type InitParamDD | |
---|---|
void |
FilterDD.setInitParam(List<InitParamDD> initParam)
|
void |
PortletDD.setInitParams(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(String filterName,
List<InitParamDD> initParameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |