Deprecated API


Contents
Deprecated Classes
org.restlet.ext.openid.XrdsServerResource
           
 

Deprecated Methods
org.restlet.ext.xml.XmlRepresentation.evaluate(String, QName)
          Use the XmlRepresentation.getBoolean(String), XmlRepresentation.getNumber(String), XmlRepresentation.getText(String), XmlRepresentation.getNode(String) and XmlRepresentation.getNodes(String) methods instead. 
org.restlet.ext.jaxrs.JaxRsApplication.getGuard()
          Use JaxRsApplication.getAuthenticator() instead. 
org.restlet.ext.jaxrs.JaxRsApplication.setGuard(Authenticator)
          Use JaxRsApplication.setAuthenticator(Authenticator) instead. 
org.restlet.ext.json.JsonRepresentation.toJsonTokener()
          Use JsonRepresentation.getJsonTokener() instead. 
 

Deprecated Constructors
org.restlet.ext.xstream.XstreamRepresentation(Representation)
          Use XstreamRepresentation.XstreamRepresentation(Representation, Class) instead. 
 



Copyright © 2005-2013 Restlet.