190191192193194195196
assert(context instanceof PortletContext); final PortletContext pContext = (PortletContext)context; return new ContextInfo( new PortletInitParameterMap(pContext), new PortletApplicationMap(pContext)); }
182183184185186187188
461462463464465466467
* the {@link PortletActionContext}into an {@link ApplicationMap}. * * @return a Map of all application attributes. */ protected Map getApplicationMap() { return new PortletApplicationMap(getPortletContext()); }
484485486487488489490
* the {@link PortletActionContext}into an {@link ApplicationMap}. * * @return a Map of all application attributes. */ protected Map<String, Object> getApplicationMap() { return new PortletApplicationMap(getPortletContext()); }
462463464465466467468
449450451452453454455
465466467468469470471
466467468469470471472
435436437438439440441