FormPopulation
Everything under Quiote\Util\FormPopulation.
Classes
Section titled “Classes”| Class | Description |
|---|---|
DocumentEncoding | The character encoding a document is being populated in, and the conversions between it and UTF-8. |
DocumentLoader | Parses a response body into a DOM, deciding as it goes whether the document is XHTML and how strictly to read it. |
DocumentSerializer | Turns the populated DOM back into the response body. |
FieldErrorDecorator | Marks a field that failed validation, by putting the configured error class on it and on whatever else the error class map points at. |
FieldNameResolver | Turns an element’s name attribute into the parameter path its value lives under, resolving the empty brackets HTML uses for repeated fields. |
FieldValueApplier | Writes a submitted value onto the form element that carries it. |
FormFinder | Decides which forms in the document get populated, and from what. |
ParsedDocument | A response body parsed into a DOM, with the decisions the parse made. |
ResolvedFieldName | A form element’s name, resolved to the parameter path its value lives under. |
SkipList | The fields configured to be left exactly as the view rendered them. |