Uses of Class
org.primefaces.showcase.util.FileContent
-
Packages that use FileContent Package Description org.primefaces.showcase.util -
-
Uses of FileContent in org.primefaces.showcase.util
Methods in org.primefaces.showcase.util that return FileContent Modifier and Type Method Description static FileContentFileContentMarkerUtil. readFileContent(String fullPathToFile, InputStream is, boolean readBeans)Methods in org.primefaces.showcase.util that return types with arguments of type FileContent Modifier and Type Method Description Set<FileContent>FileContent. getAttached()static List<FileContent>ShowcaseUtil. getFilesContent(String fullPath, Boolean readBeans)Constructor parameters in org.primefaces.showcase.util with type arguments of type FileContent Constructor Description FileContent(String title, String value, String type, Set<FileContent> attached)
-