| Modifier and Type | Class | Description |
|---|---|---|
class |
FormFieldsImpl |
The Class FormFieldsImpl.
|
class |
OauthFieldsImpl |
The Class OauthFieldsImpl.
|
| Modifier and Type | Method | Description |
|---|---|---|
FormFields |
FormFieldsAccessor.getFormFields() |
Retrieves the request Form-Fields from the request Form-Fields property.
|
FormFields |
QueryFieldsAccessor.getQueryFields() |
Retrieves the request Query-Fields from the request Query-Fields
property.
|
FormFields |
UrlBuilderImpl.getQueryFields() |
Retrieves the request Query-Fields from the request Query-Fields
property.
|
FormFields |
UrlImpl.getQueryFields() |
Retrieves the request Query-Fields from the request Query-Fields
property.
|
static FormFields |
FormFields.toFormFields() |
Creates a new
FormFields instance. |
static FormFields |
FormFields.toFormFields(String aFormFields) |
Creates a new
FormFields instance. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FormFieldsAccessor.FormFieldsMutator.setFormFields(FormFields aFormFields) |
Sets the request Form-Fields for the request Form-Fields property.
|
void |
QueryFieldsAccessor.QueryFieldsMutator.setQueryFields(FormFields aQueryFields) |
Sets the request Query-Fields for the request Query-Fields property.
|
void |
UrlBuilderImpl.setQueryFields(FormFields aQueryFields) |
Sets the request Query-Fields for the request Query-Fields property.
|
Url.UrlBuilder |
UrlSugar.toUrl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
Url.UrlBuilder |
UrlSugar.toUrl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
B |
FormFieldsAccessor.FormFieldsBuilder.withFormFields(FormFields aFormFields) |
Sets the request Form-Fields to use and returns this builder as of
the Builder-Pattern.
|
B |
QueryFieldsAccessor.QueryFieldsBuilder.withQueryFields(FormFields aQueryFields) |
Sets the request Query-Fields to use and returns this builder as of
the Builder-Pattern.
|
default Url.UrlBuilder |
Url.UrlBuilder.withQueryFields(FormFields aQueryFields) |
Sets the request Query-Fields to use and returns this builder as of
the Builder-Pattern.
|
| Constructor | Description |
|---|---|
UrlBuilderImpl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(String aUrl,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder from the provided URL String. |
UrlBuilderImpl(String aUrl,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder from the provided URL String. |
UrlBuilderImpl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlBuilderImpl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url.UrlBuilder with the common attributes. |
UrlImpl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url with the common attributes. |
UrlImpl(String aProtocol,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url with the common attributes. |
UrlImpl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url with the common attributes. |
UrlImpl(String aProtocol,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url with the common attributes. |
UrlImpl(String aUrl,
FormFields aQueryFields) |
|
UrlImpl(String aUrl,
FormFields aQueryFields,
String aFragment) |
|
UrlImpl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields) |
Constructs an
Url with the common attributes. |
UrlImpl(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url with the common attributes. |
UrlImpl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields) |
Constructs an
Url with the common attributes. |
UrlImpl(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
FormFields aQueryFields,
String aFragment) |
Constructs an
Url with the common attributes. |
Copyright © 2018. All rights reserved.