Uses of Class
org.restlet.util.ServiceList
-
Packages that use ServiceList Package Description org.restlet Core classes of the API. -
-
Uses of ServiceList in org.restlet
Fields in org.restlet declared as ServiceList Modifier and Type Field Description private ServiceListApplication. servicesThe list of services.private ServiceListComponent. servicesThe list of services.Methods in org.restlet that return ServiceList Modifier and Type Method Description ServiceListApplication. getServices()Returns the modifiable list of services.ServiceListComponent. getServices()Returns the modifiable list of services.
-