|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.wsrp.consumer.portlet.WSRPPortlet
public class WSRPPortlet
Simple implementation of org.jboss.portal.portlet.Portlet interface
| Constructor Summary | |
|---|---|
WSRPPortlet()
|
|
WSRPPortlet(PortletContext context,
PortletInfo info)
|
|
| Method Summary | |
|---|---|
static WSRPPortlet |
createClone(PortletContext newContext,
WSRPPortletInfo originalInfo)
|
PortletContext |
getContext()
Portlet interface implemented methods |
PortletInfo |
getInfo()
Return the portlet info. |
WSRPPortletInfo |
getWSRPInfo()
|
boolean |
isRemote()
Determines whether the described portlet is remote or not. |
void |
setInfo(PortletInfo info)
|
void |
setPortletContext(PortletContext context)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WSRPPortlet()
public WSRPPortlet(PortletContext context,
PortletInfo info)
| Method Detail |
|---|
public static WSRPPortlet createClone(PortletContext newContext,
WSRPPortletInfo originalInfo)
public PortletContext getContext()
getContext in interface Portletpublic PortletInfo getInfo()
Portlet
getInfo in interface Portletpublic boolean isRemote()
Portlet
isRemote in interface Portlettrue if the described portlet runs in a remote context (such as WSRP), false
otherwisepublic void setInfo(PortletInfo info)
public WSRPPortletInfo getWSRPInfo()
public void setPortletContext(PortletContext context)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||