Class VarUtils
java.lang.Object
org.apache.myfaces.core.api.shared.VarUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TexecuteInScope(FacesContext context, String var, Object value, Supplier<T> callback) 
- 
Constructor Details- 
VarUtilspublic VarUtils()
 
- 
- 
Method Details- 
executeInScopepublic static <T> T executeInScope(FacesContext context, String var, Object value, Supplier<T> callback) 
 
-