EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.tucana.UploadSPI

Packages that use UploadSPI
echopoint.tucana The server side sync peers for the tucana file upload component. 
 

Uses of UploadSPI in echopoint.tucana
 

Classes in echopoint.tucana that implement UploadSPI
 class AbstractFileUploadProvider
          Base UploadSPI implementation.
 class JakartaCommonsFileUploadProvider
          UploadSPI implementation that uses the Jakarta Commons FileUpload library.
 

Methods in echopoint.tucana that return UploadSPI
static UploadSPI UploadProviderFactory.getUploadProvider()
          Gets the singleton UploadSPI.
 

Methods in echopoint.tucana with parameters of type UploadSPI
static void UploadProviderFactory.setUploadProvider(UploadSPI uploadProvider)
          Sets the upload provider to be used.
 


EchoPoint API - 3.0.0b5
App Webcontainer