Home » tapestry-src-5.0.19 » org.apache.tapestry5.upload.components » [javadoc | source]
org.apache.tapestry5.upload.components
public class: Upload [javadoc | source]
java.lang.Object
   org.apache.tapestry5.corelib.base.AbstractField
      org.apache.tapestry5.upload.components.Upload

All Implemented Interfaces:
    Field

A component to upload a file.
Field Summary
public static final  String MULTIPART_ENCTYPE     
Constructor:
 public Upload() 
 Upload(UploadedFile value,
    FieldValidator<Object> validate,
    MultipartDecoder decoder,
    ValidationTracker tracker,
    ComponentResources resources,
    FieldValidationSupport fieldValidationSupport) 
Method from org.apache.tapestry5.upload.components.Upload Summary:
afterRender,   beginRender,   defaultValidate,   getValue,   injectDecorator,   injectFieldValidator,   injectFormSupport,   injectRequest,   processSubmission
Methods from org.apache.tapestry5.corelib.base.AbstractField:
afterDecorator,   beforeDecorator,   createDefaultParameterBinding,   decorateInsideField,   defaultLabel,   getClientId,   getControlName,   getLabel,   isDisabled,   isRequired,   processSubmission,   setDecorator,   setFormSupport,   setup
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.upload.components.Upload Detail:
 public  void afterRender(MarkupWriter writer) 
 protected  void beginRender(MarkupWriter writer) 
    Render the upload tags.
 final Binding defaultValidate() 
 public UploadedFile getValue() 
 Upload injectDecorator(ValidationDecorator decorator) 
 Upload injectFieldValidator(FieldValidator validator) 
 Upload injectFormSupport(FormSupport formSupport) 
 Upload injectRequest(Request request) 
 protected  void processSubmission(String elementName)