Uses of Class
org.alfresco.repo.web.scripts.TempOutputStream
Packages that use TempOutputStream
-
Uses of TempOutputStream in org.alfresco.repo.web.scripts
Methods in org.alfresco.repo.web.scripts that return types with arguments of type TempOutputStreamModifier and TypeMethodDescriptionstatic Supplier<TempOutputStream> Creates aTempOutputStreamfactory/supplier.Constructor parameters in org.alfresco.repo.web.scripts with type arguments of type TempOutputStreamModifierConstructorDescriptionBufferedRequest(org.springframework.extensions.webscripts.WebScriptRequest req, Supplier<TempOutputStream> streamFactory) BufferedResponse(org.springframework.extensions.webscripts.WebScriptResponse res, int bufferSize, Supplier<TempOutputStream> streamFactory) Construct -
Uses of TempOutputStream in org.alfresco.rest.framework.webscripts
Fields in org.alfresco.rest.framework.webscripts with type parameters of type TempOutputStreamMethod parameters in org.alfresco.rest.framework.webscripts with type arguments of type TempOutputStreamModifier and TypeMethodDescriptionvoidApiWebScript.setStreamFactory(Supplier<TempOutputStream> streamFactory)