return portletInvoker.getProperties(portletId, keys);
}
public PortletContext setProperties(PortletContext compoundPortletContext, PropertyChange[] changes) throws IllegalArgumentException, PortletInvokerException, UnsupportedOperationException
{
PortletContext portletContext = dereference(compoundPortletContext);
portletContext = portletInvoker.setProperties(portletContext, changes);
return reference(portletContext);
}