|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A shared portlet instance.
Method Summary | |
InstanceContainer |
getContainer()
Return the container of this object. |
java.lang.String |
getId()
Return the id in the scope of its container. |
Portlet |
getPortlet()
Return the runtime metadata for this portlet. |
java.lang.String |
getPortletRef()
Return the portlet id referenced of this instance. |
ValueMap |
getPreferences()
Return the instance preferences. |
void |
invoke(PortletInvocation invocation)
Invoke the instance |
boolean |
isModifiable()
Return true if the instance state can be modified. |
void |
setPreferences(ValueMap prefs)
Update the prefs of this instance. |
Method Detail |
public java.lang.String getId()
public Portlet getPortlet() throws PortletInvokerException
PortletInvokerException
public boolean isModifiable()
public InstanceContainer getContainer()
public java.lang.String getPortletRef()
public void invoke(PortletInvocation invocation) throws PortletInvokerException
invocation
- the invocation
PortletInvokerException
public ValueMap getPreferences() throws PortletInvokerException
PortletInvokerException
public void setPreferences(ValueMap prefs) throws PortletInvokerException
prefs
- the new prefs
PortletInvokerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |