public class Form extends Object
Form.SearchForm.
If your need is simply to query content, you shouldn't need to look into this class, and use
the methods in Form.SearchForm instead.| Modifier and Type | Class and Description |
|---|---|
static class |
Form.Field |
static class |
Form.SearchForm
The object you will use to perform queries.
|
| Constructor and Description |
|---|
Form(String name,
String method,
String rel,
String enctype,
String action,
Map<String,Form.Field> fields) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getEnctype() |
Map<String,Form.Field> |
getFields() |
String |
getMethod() |
String |
getName() |
String |
getRel() |
String |
toString() |
Copyright © 2016. All rights reserved.