Uses of Class
org.directwebremoting.extend.FormField

Packages that use FormField
org.directwebremoting.dwrp   
org.directwebremoting.extend   
 

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.getSpareParameters()
           
 java.util.Map<java.lang.String,FormField> UnsupportedFileUpload.parseRequest(javax.servlet.http.HttpServletRequest req)
           
 java.util.Map<java.lang.String,FormField> ParseUtil.parseRequest(javax.servlet.http.HttpServletRequest request)
          Parse an inbound request into a set of fields
 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.
 java.util.Map<java.lang.String,FormField> CommonsFileUpload.parseRequest(javax.servlet.http.HttpServletRequest req)
           
 

Constructor parameters in org.directwebremoting.dwrp with type arguments of type FormField
Batch(java.util.Map<java.lang.String,FormField> allParameters)
          Ctor for the Bayeux client which doesn't have requests and responses
 

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 fileValue)
          Parsing ctor
 


Copyright ¬ 2005