JSF 2.3 Injecting the UIViewRoot

And now you can inject the UIViewRoot

In code


    @Inject
    UIViewRoot viewRoot;
        

Posted October 29, 2014

Up