{
if (!mDebugLoggingEnabled.booleanValue()) return;
// Get the data from the scope
PortletContext ctx = mPortletConfig.getPortletContext();
ctx.log("dumpParameters: ");
Map<String, String[]> m = request.getParameterMap();
for (Map.Entry<String, String[]> e : m.entrySet())
{
String key = e.getKey();