to.etc.domui.component.upload
Class UploadPart

java.lang.Object
  extended by to.etc.domui.component.upload.UploadPart
All Implemented Interfaces:
IPartFactory, IUnbufferedPartFactory

public class UploadPart
extends java.lang.Object
implements IUnbufferedPartFactory

This thingy accepts file upload requests for a given control.

Author:
Frits Jalvingh Created on Oct 14, 2008

Constructor Summary
UploadPart()
           
 
Method Summary
 void generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadPart

public UploadPart()
Method Detail

generate

public void generate(DomApplication app,
                     java.lang.String rurl,
                     RequestContextImpl param)
              throws java.lang.Exception
Specified by:
generate in interface IUnbufferedPartFactory
Throws:
java.lang.Exception