Uses of Interface
org.restlet.util.NamedValue

Packages that use NamedValue
org.restlet.data Information exchanged by components. 
org.restlet.util Various utility classes. 
 

Uses of NamedValue in org.restlet.data
 

Classes in org.restlet.data that implement NamedValue
 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.
 class Parameter
          Multi-usage parameter.
 

Uses of NamedValue in org.restlet.util
 

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

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

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



Copyright © 2005-2013 Restlet.