|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.federation.impl.FederatedPortlet
Field Summary | |
(package private) PortletContext |
compoundContext
. |
(package private) Portlet |
portlet
. |
Constructor Summary | |
FederatedPortlet(PortletContext compoundContext,
Portlet portlet)
|
Method Summary | |
PortletContext |
getContext()
Return the portlet context. |
PortletInfo |
getInfo()
Return the portlet info. |
boolean |
isRemote()
Determines whether the described portlet is remote or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final PortletContext compoundContext
final Portlet portlet
Constructor Detail |
public FederatedPortlet(PortletContext compoundContext, Portlet portlet)
Method Detail |
public PortletContext getContext()
Portlet
getContext
in interface Portlet
public PortletInfo getInfo()
Portlet
public boolean isRemote()
Portlet
true
if the described portlet runs in a remote context (such as WSRP), false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |