if (keys == null)
{
throw new IllegalArgumentException("No keys provided");
}
PropertyMap props = getProperties(portletContext);
props.keySet().retainAll(keys);
return props;
}
public PropertyMap getProperties(PortletContext portletContext) throws IllegalArgumentException, PortletInvokerException, UnsupportedOperationException
{