Uses of Class
org.restlet.data.Parameter

Packages that use Parameter
org.restlet Core classes of the API. 
org.restlet.data Information exchanged by components. 
org.restlet.security Classes related to security. 
org.restlet.util Various utility classes. 
 

Uses of Parameter in org.restlet
 

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

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

Uses of Parameter in org.restlet.data
 

Subclasses of Parameter in org.restlet.data
 class CacheDirective
          Directive for caching mechanisms along the call chain.
 class Cookie
          Cookie provided by a client.
 class CookieSetting
          Cookie setting provided by a server.
 class Expectation
          Particular server behavior that is required by a client.
 

Methods in org.restlet.data that return Parameter
static Parameter Parameter.create(CharSequence name, CharSequence value)
          Creates a parameter.
 Parameter Form.createEntry(String name, String value)
           
 

Methods in org.restlet.data that return types with arguments of type Parameter
 Series<Parameter> Form.createSeries(List<Parameter> delegate)
           
 Series<Parameter> Disposition.getParameters()
          Returns the list of disposition parameters.
 List<Parameter> Expectation.getParameters()
          Returns the list of parameters.
 Series<Parameter> MediaType.getParameters()
          Returns the unmodifiable list of parameters.
 Series<Parameter> Preference.getParameters()
          Returns the modifiable list of parameters.
 Series<Parameter> ChallengeMessage.getParameters()
          Returns the modifiable series of scheme parameters.
 

Methods in org.restlet.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.data with type arguments of type Parameter
 Series<Parameter> Form.createSeries(List<Parameter> delegate)
           
 void Expectation.setParameters(List<Parameter> parameters)
          Sets the list of parameters.
 void Disposition.setParameters(Series<Parameter> parameters)
          Sets the list of disposition parameters.
 void Preference.setParameters(Series<Parameter> parameters)
          Sets the modifiable list of parameters.
 void ChallengeMessage.setParameters(Series<Parameter> parameters)
          Sets the parameters.
 

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

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

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

Uses of Parameter in org.restlet.util
 

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

Methods in org.restlet.util that return types with arguments of type Parameter
static Series<? extends Parameter> Series.unmodifiableSeries(Series<? extends Parameter> series)
          Returns an unmodifiable view of the specified series.
 

Method parameters in org.restlet.util with type arguments of type Parameter
static Series<? extends Parameter> Series.unmodifiableSeries(Series<? extends Parameter> series)
          Returns an unmodifiable view of the specified series.
 



Copyright © 2005-2011 Noelios Technologies.