Uses of Class
org.restlet.service.ConverterService

Packages that use ConverterService
org.restlet Core classes of the API. 
 

Uses of ConverterService in org.restlet
 

Methods in org.restlet that return ConverterService
 ConverterService Application.getConverterService()
          Deprecated. Since 1.1 with no replacement as it doesn't fit well with content negotiation. Most users prefer to handle those conversion in Resource subclasses.
 

Methods in org.restlet with parameters of type ConverterService
 void Application.setConverterService(ConverterService converterService)
          Deprecated. Since 1.1 with no replacement as it doesn't fit well with content negotiation. Most users prefer to handle those conversion in Resource subclasses.
 



Copyright © 2005-2008 Noelios Technologies.