Uses of Interface
org.omnifaces.util.Callback.Output
-
Packages that use Callback.Output Package Description org.omnifaces.util -
-
Uses of Callback.Output in org.omnifaces.util
Methods in org.omnifaces.util with parameters of type Callback.Output Modifier and Type Method Description static voidFaces. sendFile(String filename, boolean attachment, Callback.Output 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, Callback.Output outputCallback)
-