Uses of Interface
org.omnifaces.util.FunctionalInterfaces.ThrowingConsumer
Packages that use FunctionalInterfaces.ThrowingConsumer
-
Uses of FunctionalInterfaces.ThrowingConsumer in org.omnifaces.util
Methods in org.omnifaces.util with parameters of type FunctionalInterfaces.ThrowingConsumerModifier and TypeMethodDescriptionstatic voidFaces.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 voidFacesLocal.sendFile(FacesContext context, String filename, boolean attachment, FunctionalInterfaces.ThrowingConsumer<OutputStream> outputCallback)