182183184185186187188
assert(context instanceof PortletContext); final PortletContext pContext = (PortletContext)context; return new ContextInfo( new PortletInitParameterMap(pContext), new PortletApplicationMap(pContext)); }
210211212213214215216
395396397398399400401
244245246247248249250
240241242243244245246
426427428429430431432
269270271272273274275
190191192193194195196
380381382383384385386