$ 0 0 [OmniFaces utilities] The getStateHelper() method exposes protected state helper into public.Method:See also: Reflection#findMethod()Usage:import org.omnifaces.util.Hacks;...StateHelper stateHelper = Hacks.getStateHelper(foo_component);// now use the StateHelper API via stateHelper objectNoteDo not forget about the OmniFaces State utils for finding/putting a value associated with the specified key in the component's state.APIGH