public interface PortletContainer
| Modifier and Type | Method and Description |
|---|---|
PortletInvocationResponse |
dispatch(PortletInvocation invocation)
Invoke the portlet container.
|
PortletContainerContext |
getContext()
Returns the context of the portlet container.
|
String |
getId()
Return the portlet container id, unique within the context of the parent application.
|
PortletInfo |
getInfo()
Returns the runtime meta data of the container.
|
PortletApplication |
getPortletApplication()
Returns the wired application.
|
String getId()
PortletInfo getInfo()
PortletInvocationResponse dispatch(PortletInvocation invocation) throws PortletInvokerException, InvocationException
invocation - the portlet invocationPortletInvokerException - a portlet invoker exceptionInvocationException - an invocation exceptionPortletApplication getPortletApplication()
PortletContainerContext getContext()
Copyright © 2003-2018 GateIn. All Rights Reserved.