Uses of Class
org.alfresco.repo.web.scripts.TempOutputStreamFactory
-
Packages that use TempOutputStreamFactory Package Description org.alfresco.repo.web.scripts org.alfresco.rest.framework.webscripts -
-
Uses of TempOutputStreamFactory in org.alfresco.repo.web.scripts
Constructors in org.alfresco.repo.web.scripts with parameters of type TempOutputStreamFactory Constructor Description BufferedRequest(org.springframework.extensions.webscripts.WebScriptRequest req, TempOutputStreamFactory streamFactory)BufferedResponse(org.springframework.extensions.webscripts.WebScriptResponse res, int bufferSize, TempOutputStreamFactory streamFactory)Construct -
Uses of TempOutputStreamFactory in org.alfresco.rest.framework.webscripts
Fields in org.alfresco.rest.framework.webscripts declared as TempOutputStreamFactory Modifier and Type Field Description protected TempOutputStreamFactoryApiWebScript. streamFactoryMethods in org.alfresco.rest.framework.webscripts with parameters of type TempOutputStreamFactory Modifier and Type Method Description voidApiWebScript. setStreamFactory(TempOutputStreamFactory streamFactory)
-