181182183184185186187188
{ assert(context instanceof PortletContext); final PortletContext pContext = (PortletContext)context; return new ContextInfo( new PortletInitParameterMap(pContext), new PortletApplicationMap(pContext)); }
209210211212213214215216
394395396397398399400401
243244245246247248249250
239240241242243244245246
425426427428429430431432
268269270271272273274275
189190191192193194195196
379380381382383384385386