449450451452453454455
* the {@link PortletActionContext}into an {@link ApplicationMap}. * * @return a Map of all application attributes. */ protected Map getApplicationMap() { return new PortletApplicationMap(getPortletContext()); }
465466467468469470471
466467468469470471472
435436437438439440441
477478479480481482483
* the {@link PortletActionContext}into an {@link ApplicationMap}. * * @return a Map of all application attributes. */ protected Map<String, Object> getApplicationMap() { return new PortletApplicationMap(getPortletContext()); }
478479480481482483484
476477478479480481482