Details
Description
With JSF 2.1 there are two hints:
1) String "javax.faces.visit.SKIP_ITERATION"
2) javax.faces.component.visit.VisitHint.SKIP_ITERATION
In RESTORE_VIEW use both hints for visitor, because third party renderkits can use one of them.
It seems that latest mojarra uses both too.