Uses of Class
org.restlet.ext.wadl.LinkInfo
-
Packages that use LinkInfo Package Description org.restlet.ext.wadl Support the WADL specification. -
-
Uses of LinkInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as LinkInfo Modifier and Type Field Description private LinkInfoWadlRepresentation.ContentReader. currentLinkThe current parsed "link" tag.private LinkInfoParameterInfo. linkDeprecated.Link element.Methods in org.restlet.ext.wadl that return LinkInfo Modifier and Type Method Description LinkInfoParameterInfo. getLink()Deprecated.Returns the link element.Methods in org.restlet.ext.wadl with parameters of type LinkInfo Modifier and Type Method Description voidParameterInfo. setLink(LinkInfo link)Deprecated.Sets the link element.
-