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
* the {@link PortletActionContext}into an {@link ApplicationMap}. * * @return a Map of all application attributes. */ protected Map getApplicationMap() { return new PortletApplicationMap(getPortletContext()); }
466467468469470471472
476477478479480481482