Uses of Interface
com.sun.webui.jsf.model.UploadedFile

Packages that use UploadedFile
com.sun.webui.jsf.component   
 

Uses of UploadedFile in com.sun.webui.jsf.component
 

Methods in com.sun.webui.jsf.component that return UploadedFile
 UploadedFile Upload.getUploadedFile()
          The value of this attribute must be a JSF EL expression, and it must resolve to an object of type com.sun.webui.jsf.model.UploadedFile.
 

Methods in com.sun.webui.jsf.component with parameters of type UploadedFile
 void Upload.setUploadedFile(UploadedFile uploadedFile)
          The value of this attribute must be a JSF EL expression, and it must resolve to an object of type com.sun.webui.jsf.model.UploadedFile.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.