Liferay HttpServletRequest

Hi, am trying to add Breadcrumb to existing Liferay portlet

How can i get in UI the initial HttpServletRequest? It seems that i can fetch
only
XHR requests from vaadin after the HTML page is loaded. the code below is not working, i dont get any Breadcrumbs in request (breadcrumbEntries is empty). This makes me sad.