|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionalContainerServices | |
---|---|
org.apache.pluto | The root package of the Pluto Portlet Container. |
org.apache.pluto.core | |
org.apache.pluto.driver.services.container |
Uses of OptionalContainerServices in org.apache.pluto |
---|
Methods in org.apache.pluto that return OptionalContainerServices | |
---|---|
OptionalContainerServices |
PortletContainer.getOptionalContainerServices()
Retrieve the optional container services associated with this contianer. |
Methods in org.apache.pluto with parameters of type OptionalContainerServices | |
---|---|
PortletContainer |
PortletContainerFactory.createContainer(java.lang.String containerName,
RequiredContainerServices requiredServices,
OptionalContainerServices optionalServices)
|
Uses of OptionalContainerServices in org.apache.pluto.core |
---|
Classes in org.apache.pluto.core that implement OptionalContainerServices | |
---|---|
class |
DefaultOptionalContainerServices
Default Optional Container Services implementation. |
Methods in org.apache.pluto.core that return OptionalContainerServices | |
---|---|
OptionalContainerServices |
PortletContainerImpl.getOptionalContainerServices()
Retrieve the optional container services used by the container. |
Constructors in org.apache.pluto.core with parameters of type OptionalContainerServices | |
---|---|
DefaultOptionalContainerServices(OptionalContainerServices root)
Constructs an instance using specified optional container services implementation. |
|
PortletContainerImpl(java.lang.String name,
RequiredContainerServices requiredServices,
OptionalContainerServices optionalServices)
Default Constructor. |
Uses of OptionalContainerServices in org.apache.pluto.driver.services.container |
---|
Classes in org.apache.pluto.driver.services.container that implement OptionalContainerServices | |
---|---|
class |
ContainerServicesImpl
The Portal Driver's PortletContainerServices implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |