protected void initHiddenComponents() { // Add the URI Fragent utility uriFragmentUtility = new UriFragmentUtility(); mainLayout.addComponent(uriFragmentUtility); // Add listener to control page flow based on URI uriFragmentUtility.addListener(navigationFragmentChangeListener); }