| Package | Description |
|---|---|
| org.gatein.pc.portlet.container | |
| org.gatein.pc.portlet.container.object | |
| org.gatein.pc.portlet.impl.container | |
| org.gatein.pc.portlet.impl.jsr168 |
| Modifier and Type | Method and Description |
|---|---|
PortletContainer |
PortletApplication.getPortletContainer(String containerId)
Returns a specific container or null if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends PortletContainer> |
PortletApplication.getPortletContainers()
Returns the set of related portlet containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerPortletInvoker.addPortletContainer(PortletContainer portletContainer) |
void |
ContainerPortletInvoker.removePortletContainer(PortletContainer portletContainer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PortletContainerObject
Contains life cycle and wiring details for the kernel environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortletApplicationObject.addPortletContainer(PortletContainer container)
Add a container.
|
void |
PortletApplicationObject.removePortletContainer(PortletContainer container)
Remove a container.
|
| Modifier and Type | Method and Description |
|---|---|
PortletContainer |
PortletContainerLifeCycle.getPortletContainer() |
| Modifier and Type | Class and Description |
|---|---|
class |
PortletContainerImpl |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,PortletContainer> |
PortletApplicationImpl.portlets
.
|
| Modifier and Type | Method and Description |
|---|---|
PortletContainer |
PortletApplicationImpl.getPortletContainer(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<PortletContainer> |
PortletApplicationImpl.getPortletContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortletApplicationImpl.addPortletContainer(PortletContainer container) |
void |
PortletApplicationImpl.removePortletContainer(PortletContainer container) |
| Constructor and Description |
|---|
PortletRequestAttributes(SecurityContext securityContext,
PortletContainer container,
UserContext userContext,
javax.servlet.http.HttpServletRequestWrapper wreq) |
Copyright © 2003-2017 GateIn. All Rights Reserved.