Uses of Class
org.makumba.commons.attributes.HttpParameters

Packages that use HttpParameters
org.makumba.commons.attributes   
org.makumba.forms.html   
 

Uses of HttpParameters in org.makumba.commons.attributes
 

Subclasses of HttpParameters in org.makumba.commons.attributes
 class MultipartHttpParameters
          Parses the input stream of a http request as a multipart/form-data.
 

Methods in org.makumba.commons.attributes that return HttpParameters
static HttpParameters RequestAttributes.getParameters(HttpServletRequest req)
           
static HttpParameters RequestAttributes.makeParameters(HttpServletRequest req)
           
 

Uses of HttpParameters in org.makumba.forms.html
 

Methods in org.makumba.forms.html with parameters of type HttpParameters
 Object intEnumEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
           
 Object booleanEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
           
 Object ptrEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters p, String suffix)
           
 Object realEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
           
 Object intEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
           
 Object setEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters p, String suffix)
           
 Object dateEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters pr, String suffix)
           
 Object FieldEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters p, String suffix)
           
 Object setintEnumEditor.readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
           
static Object dateEditor.readFrom(String name, HttpParameters pr)
          This method is used to get the date field in case of a form reload due to validation errors, and is used from BasicValueTag#doMakumbaEndTag(org.makumba.commons.formatters.jsptaglib.PageCache).