Uses of Class
org.restlet.util.Series

Packages that use Series
org.restlet Core classes of the API. 
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Series in org.restlet
 

Methods in org.restlet that return Series
 Series<Parameter> Context.getParameters()
          Returns the modifiable series of parameters.
 

Uses of Series in org.restlet.data
 

Subclasses of Series in org.restlet.data
 class Form
          Form which is a specialized modifiable list of parameters.
 

Methods in org.restlet.data that return Series
 Series<Parameter> Form.createSeries(List<Parameter> delegate)
           
 Series<Cookie> Request.getCookies()
          Returns the cookies provided by the client.
 Series<CookieSetting> Response.getCookieSettings()
          Returns the cookie settings provided by the server.
 Series<Parameter> Preference.getParameters()
          Returns the modifiable list of parameters.
 Series<Parameter> ChallengeRequest.getParameters()
          Returns the scheme parameters.
 Series<Parameter> MediaType.getParameters()
          Returns the list of parameters.
 

Constructors in org.restlet.data with parameters of type Series
MediaType(String name, Series<Parameter> parameters)
          Constructor.
MediaType(String name, Series<Parameter> parameters, String description)
          Constructor.
Preference(T metadata, float quality, Series<Parameter> parameters)
          Constructor.
 

Uses of Series in org.restlet.util
 

Methods in org.restlet.util that return Series
abstract  Series<E> Series.createSeries(List<E> delegate)
          Creates a new series.
 Series<Cookie> WrapperRequest.getCookies()
          Returns the cookies provided by the client.
 Series<CookieSetting> WrapperResponse.getCookieSettings()
          Returns the cookie settings provided by the server.
 Series<E> Series.subList(int fromIndex, int toIndex)
          Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
 Series<E> Series.subList(String name)
          Returns a list of all the values associated to the parameter name.
 Series<E> Series.subList(String name, boolean ignoreCase)
          Returns a list of all the values associated to the parameter name.
 



Copyright © 2005-2007 Noelios Consulting.