return new Enumerator(configuration.getKeys());
}
private Collection getSupportedModes()
{
PortletRequestContext ctx = PortletRequestContext.getContext();
if ( ctx != null )
{
PortletApplication pa = ((PortletApplication)ctx.getPortletDefinition().getPortletApplicationDefinition());
return pa.getSupportedPortletModes();
}
return JetspeedActions.getStandardPortletModes();
}