Uses of Class
org.directwebremoting.extend.FormField

Packages that use FormField
org.directwebremoting.dwrp   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
 

Uses of FormField in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp that return types with arguments of type FormField
 java.util.Map<java.lang.String,FormField> Batch.getExtraParameters()
           
 java.util.Map<java.lang.String,FormField> UnsupportedFileUpload.parseRequest(javax.servlet.http.HttpServletRequest req)
           
 java.util.Map<java.lang.String,FormField> CommonsFileUpload.parseRequest(javax.servlet.http.HttpServletRequest req)
           
 java.util.Map<java.lang.String,FormField> FileUpload.parseRequest(javax.servlet.http.HttpServletRequest req)
          Process an inbound request into a set of name/value pairs where the values could be file uploads.
 

Constructor parameters in org.directwebremoting.dwrp with type arguments of type FormField
Batch(java.util.Map<java.lang.String,FormField> allParameters, boolean get)
          Initialize the batch from a set of pre-parsed parameters
 

Uses of FormField in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return FormField
 FormField InboundVariable.getFormField()
           
 

Methods in org.directwebremoting.extend with parameters of type FormField
 void InboundContext.createInboundVariable(int callNum, java.lang.String key, java.lang.String type, FormField value)
          Create an inbound file variable.
 

Constructors in org.directwebremoting.extend with parameters of type FormField
InboundVariable(InboundContext context, java.lang.String key, java.lang.String type, FormField fileField)
          Parsing ctor
InboundVariable(InboundContext context, java.lang.String key, java.lang.String type, FormField fileField, boolean urlDecoded)
          Parsing ctor
 


Copyright ยจ 2008