JSF 2.3 Injecting the view map

Another CDI alignment issue done

In code


    @ViewMap
    @Inject
    Map viewMap;
        

In words you can now inject the view map for use in your CDI managed bean.

Posted October 31, 2014

Up