Uses of Interface
org.omnifaces.util.FunctionalInterfaces.ThrowingConsumer
-
Packages that use FunctionalInterfaces.ThrowingConsumer Package Description org.omnifaces.util -
-
Uses of FunctionalInterfaces.ThrowingConsumer in org.omnifaces.util
Methods in org.omnifaces.util with parameters of type FunctionalInterfaces.ThrowingConsumer Modifier and Type Method Description static void
Faces. sendFile(String filename, boolean attachment, FunctionalInterfaces.ThrowingConsumer<OutputStream> outputCallback)
Send a file to the response whose content is provided via given output stream callback.static void
FacesLocal. sendFile(FacesContext context, String filename, boolean attachment, FunctionalInterfaces.ThrowingConsumer<OutputStream> outputCallback)
-