Uses of Class
org.restlet.client.util.WrapperList
-
Packages that use WrapperList Package Description org.restlet.client.data Information exchanged by components.org.restlet.client.util Various utility classes. -
-
Uses of WrapperList in org.restlet.client.data
Subclasses of WrapperList in org.restlet.client.data Modifier and Type Class Description class
Form
Form which is a specialized modifiable list of parameters.class
ReferenceList
List of URI references. -
Uses of WrapperList in org.restlet.client.util
Subclasses of WrapperList in org.restlet.client.util Modifier and Type Class Description class
ClientList
Modifiable list of client connectors.class
Series<T extends NamedValue<java.lang.String>>
Modifiable list of entries with many helper methods.
-