Package org.primefaces.showcase.util
Class ShowcaseUtil
- java.lang.Object
-
- org.primefaces.showcase.util.ShowcaseUtil
-
public class ShowcaseUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<FileContent>getFilesContent(String fullPath, Boolean readBeans)static ObjectgetPropertyValueViaReflection(Object o, String field)
-
-
-
Method Detail
-
getFilesContent
public static final List<FileContent> getFilesContent(String fullPath, Boolean readBeans)
-
getPropertyValueViaReflection
public static final Object getPropertyValueViaReflection(Object o, String field) throws ReflectiveOperationException, IllegalArgumentException, IntrospectionException
-
-