Uses of Class
org.restlet.gwt.util.Series

Packages that use Series
org.restlet.gwt Port of the core classes of the Restlet API on GWT. 
org.restlet.gwt.data Element of information handled by a component via a connector. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Series in org.restlet.gwt
 

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

Methods in org.restlet.gwt with parameters of type Series
 void Context.setParameters(Series<Parameter> parameters)
          Sets the modifiable series of parameters.
 

Uses of Series in org.restlet.gwt.data
 

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

Methods in org.restlet.gwt.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> ChallengeResponse.getParameters()
          Returns the modifiable series of scheme parameters.
 Series<Parameter> MediaType.getParameters()
          Returns the modifiable list of 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.gwt.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.gwt.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.gwt.util
 

Methods in org.restlet.gwt.util that return Series
abstract  Series<E> Series.createSeries(java.util.List<E> delegate)
          Creates a new series.
 Series<E> Series.subList(int fromIndex, int toIndex)
          Returns a COPY 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.
 



Copyright © 2005-2008 Noelios Technologies.