Class VarUtils
- java.lang.Object
- 
- org.apache.myfaces.core.api.shared.VarUtils
 
- 
 public class VarUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description VarUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TexecuteInScope(FacesContext context, String var, Object value, Supplier<T> callback)
 
- 
- 
- 
Method Detail- 
executeInScopepublic static <T> T executeInScope(FacesContext context, String var, Object value, Supplier<T> callback) 
 
- 
 
-