Uses of Class
org.restlet.ext.wadl.ApplicationInfo

Packages that use ApplicationInfo
org.restlet.ext.wadl Support the WADL specification. 
 

Uses of ApplicationInfo in org.restlet.ext.wadl
 

Methods in org.restlet.ext.wadl that return ApplicationInfo
 ApplicationInfo WadlRepresentation.getApplication()
          Returns the root element of the WADL document.
 ApplicationInfo WadlApplication.getApplicationInfo(Request request, Response response)
          Returns a WADL description of the current application.
 

Methods in org.restlet.ext.wadl with parameters of type ApplicationInfo
 void WadlRepresentation.setApplication(ApplicationInfo application)
          Sets the root element of the WADL document.
 

Constructors in org.restlet.ext.wadl with parameters of type ApplicationInfo
WadlRepresentation(ApplicationInfo application)
          Constructor.
 



Copyright © 2005-2008 Noelios Technologies.