Uses of Interface
org.apache.tapestry5.upload.services.UploadedFile

Packages that use UploadedFile
org.apache.tapestry5.upload.components Tapestry-upload module components 
org.apache.tapestry5.upload.internal.services [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change 
org.apache.tapestry5.upload.services Services for the Tapestry-upload module 
 

Uses of UploadedFile in org.apache.tapestry5.upload.components
 

Methods in org.apache.tapestry5.upload.components that return UploadedFile
 UploadedFile Upload.getValue()
           
 

Uses of UploadedFile in org.apache.tapestry5.upload.internal.services
 

Classes in org.apache.tapestry5.upload.internal.services that implement UploadedFile
 class UploadedFileItem
          Implentation of UploadedFile for FileItems.
 

Methods in org.apache.tapestry5.upload.internal.services that return UploadedFile
 UploadedFile MultipartDecoderImpl.getFileUpload(String parameterName)
           
 

Uses of UploadedFile in org.apache.tapestry5.upload.services
 

Methods in org.apache.tapestry5.upload.services that return UploadedFile
 UploadedFile MultipartDecoder.getFileUpload(String parameterName)
           
 



Copyright © 2003-2012 The Apache Software Foundation.