Uses of Class
org.restlet.service.ConverterService

Packages that use ConverterService
org.restlet Core classes of the API. 
org.restlet.resource Client and server resource classes. 
 

Uses of ConverterService in org.restlet
 

Methods in org.restlet that return ConverterService
 ConverterService Application.getConverterService()
          Returns the converter service.
 

Methods in org.restlet with parameters of type ConverterService
 void Application.setConverterService(ConverterService converterService)
          Sets the converter service.
 

Uses of ConverterService in org.restlet.resource
 

Methods in org.restlet.resource that return ConverterService
 ConverterService Resource.getConverterService()
          Returns the application's converter service or create a new one.
 



Copyright © 2005-2013 Restlet.