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.
 

Methods in org.restlet with parameters of type Series
 void Context.setParameters(Series<Parameter> parameters)
          Sets 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(java.util.List<Parameter> delegate)
           
 Series<Cookie> Request.getCookies()
          Returns the modifiable series of cookies provided by the client.
 Series<CookieSetting> Response.getCookieSettings()
          Returns the modifiable series of cookie settings provided by the server.
 Series<Parameter> MediaType.getParameters()
          Returns the modifiable list of parameters.
 Series<Parameter> ChallengeResponse.getParameters()
          Returns the modifiable series of scheme parameters.
 Series<Parameter> ChallengeRequest.getParameters()
          Returns the modifiable series of scheme parameters.
 Series<Parameter> Preference.getParameters()
          Returns the modifiable list of parameters.
 

Methods in org.restlet.data with parameters of type Series
 void Request.setCookies(Series<Cookie> cookies)
          Sets the cookies provided by the client.
 void Response.setCookieSettings(Series<CookieSetting> cookieSettings)
          Sets the cookie settings provided by the server.
 void ChallengeResponse.setCredentialComponents(Series<Parameter> credentialComponents)
          Sets the credential components.
 void ChallengeRequest.setParameters(Series<Parameter> parameters)
          Sets the modifiable series of scheme parameters.
 void Preference.setParameters(Series<Parameter> parameters)
          Sets the modifiable list of parameters.
 

Constructors in org.restlet.data with parameters of type Series
ChallengeResponse(ChallengeScheme scheme, java.lang.String identifier, Series<Parameter> parameters)
          Constructor.
MediaType(java.lang.String name, Series<Parameter> parameters)
          Constructor.
MediaType(java.lang.String name, Series<Parameter> parameters, java.lang.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(java.util.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<Parameter> Helper.getHelpedParameters()
          Returns the helped Restlet parameters.
 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(java.lang.String name)
          Returns a list of all the values associated to the parameter name.
 Series<E> Series.subList(java.lang.String name, boolean ignoreCase)
          Returns a list of all the values associated to the parameter name.
 

Methods in org.restlet.util with parameters of type Series
abstract  void Engine.copyResponseHeaders(Response response, Series<Parameter> headers)
          Copies the headers of the given Response into the given Series.
 



Copyright © 2005-2008 Noelios Technologies.