public interface Portlet
| Modifier and Type | Method and Description |
|---|---|
PortletContext |
getContext()
Return the portlet context.
|
PortletInfo |
getInfo()
Return the portlet info.
|
boolean |
isRemote()
Determines whether the described portlet is remote or not.
|
PortletContext getContext()
PortletInfo getInfo()
boolean isRemote()
true if the described portlet runs in a remote context (such as WSRP), false
otherwiseCopyright © 2003-2018 GateIn. All Rights Reserved.