How to fetch data From Vaadin 14 view into the XHTML/JSF File?

I have an existing old form in JSF page as form.xhtml and have created a vaadin view as fillPageView.java

How can I fill in all the fields of form.xhtml page from vaadin view fillPageView.java?