Uses of Class
org.restlet.gwt.data.Parameter

Packages that use Parameter
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 Parameter in org.restlet.gwt
 

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

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

Uses of Parameter in org.restlet.gwt.data
 

Subclasses of Parameter in org.restlet.gwt.data
 class Cookie
          Cookie provided by a client.
 class CookieSetting
          Cookie setting provided by a server.
 

Methods in org.restlet.gwt.data that return Parameter
 Parameter Form.createEntry(java.lang.String name, java.lang.String value)
           
 

Methods in org.restlet.gwt.data that return types with arguments of type Parameter
 Series<Parameter> Form.createSeries(java.util.List<Parameter> delegate)
           
 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 Parameter
 int Parameter.compareTo(Parameter o)
          Compares this object with the specified object for order.
 

Method parameters in org.restlet.gwt.data with type arguments of type Parameter
 Series<Parameter> Form.createSeries(java.util.List<Parameter> delegate)
           
 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.
 

Constructor parameters in org.restlet.gwt.data with type arguments of type Parameter
ChallengeResponse(ChallengeScheme scheme, java.lang.String identifier, Series<Parameter> parameters)
          Constructor.
Form(java.util.List<Parameter> delegate)
          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 Parameter in org.restlet.gwt.util
 

Classes in org.restlet.gwt.util with type parameters of type Parameter
 class Series<E extends Parameter>
          Modifiable list of entries with many helper methods.
 

Method parameters in org.restlet.gwt.util with type arguments of type Parameter
abstract  void Engine.copyResponseHeaders(java.lang.Iterable<Parameter> headers, Response response)
          Copies the given header parameters into the given Response.
 



Copyright © 2005-2008 Noelios Technologies.