Package and Description |
---|
org.restlet.ext.e4
Usage of Guice or Spring extensions is recommended instead.
|
org.restlet.ext.jibx
Use an XML serialization technology such as Jackson instead.
|
org.restlet.ext.rome
Not actively developed anymore.
|
org.restlet.ext.xstream
Use an XML serialization technology such as Jackson instead.
|
Interface and Description |
---|
org.restlet.ext.e4.InjectedResource
Usage of Guice or Spring extensions is recommended instead.
|
Class and Description |
---|
org.restlet.ext.e4.InjectedFinder
Usage of Guice or Spring extensions is recommended instead.
|
org.restlet.ext.e4.InjectedServerResource
Usage of Guice or Spring extensions is recommended instead.
|
org.restlet.ext.jibx.JibxConverter
Use an XML serialization technology such as Jackson instead.
|
org.restlet.ext.jibx.JibxRepresentation
Use an XML serialization technology such as Jackson instead.
|
org.restlet.ext.rome.RomeConverter
Not actively developed anymore.
|
org.restlet.ext.rome.SyndFeedRepresentation
Not actively developed anymore.
|
org.restlet.ext.xstream.XstreamConverter
Use an XML serialization technology such as Jackson instead.
|
org.restlet.ext.xstream.XstreamRepresentation
Use an XML serialization technology such as Jackson instead.
|
Method and Description |
---|
org.restlet.ext.jaxrs.JaxRsApplication.getGuard()
Use
JaxRsApplication.getAuthenticator() instead. |
org.restlet.ext.jaxrs.JaxRsApplication.setGuard(Authenticator)
Use
JaxRsApplication.setAuthenticator(Authenticator) instead. |
Constructor and Description |
---|
org.restlet.ext.gae.GaeEnroler(String)
Use
GaeEnroler.GaeEnroler(Application, String) instead. |
org.restlet.ext.gae.GaeEnroler(String, String)
Use
GaeEnroler.GaeEnroler(Application, String, String) instead. |
Copyright © 2005-2016 Restlet.