|
||||||||||
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. |
InstanceCustomization |
getCustomization(java.lang.String customizationId)
Return a customization. |
java.lang.String |
getId()
Return the id. |
Portlet |
getPortlet()
Return the runtime metadata for this portlet. |
PropertyMap |
getProperties()
Return the instance preferences. |
PropertyMap |
getProperties(java.util.Set keys)
Return the instance preferences. |
PortletInvocationResponse |
invoke(PortletInvocation invocation)
Invoke the instance |
void |
setProperties(PropertyChange[] changes)
Update the prefs of this instance. |
Method Detail |
public java.lang.String getId()
public Portlet getPortlet() throws PortletInvokerException
PortletInvokerException
public InstanceContainer getContainer()
public PortletInvocationResponse invoke(PortletInvocation invocation) throws PortletInvokerException
invocation
- the invocation
PortletInvokerException
public PropertyMap getProperties() throws PortletInvokerException
PortletInvokerException
public PropertyMap getProperties(java.util.Set keys) throws PortletInvokerException
PortletInvokerException
public void setProperties(PropertyChange[] changes) throws PortletInvokerException
changes
- the changes
PortletInvokerException
public InstanceCustomization getCustomization(java.lang.String customizationId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |