Uses of Class
org.restlet.ext.wadl.WadlApplication
-
Packages that use WadlApplication Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of WadlApplication in org.restlet.ext.wadl
Methods in org.restlet.ext.wadl that return WadlApplication Modifier and Type Method Description WadlApplicationWadlComponent. attach(java.lang.String wadlUri)Deprecated.Attaches an application created from a WADL description document available at a given URI.WadlApplicationWadlComponent. attach(Reference wadlRef)Deprecated.Attaches an application created from a WADL description document available at a given URI reference.WadlApplicationWadlComponent. attach(Representation wadl)Deprecated.Attaches an application created from a WADL description document to the component.
-