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 ResourceInfo.createApplication()
          Creates an application descriptor that wraps this resource descriptor.
 ApplicationInfo WadlRepresentation.getApplication()
          Returns the root element of the WADL document.
protected  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
protected  Representation WadlServerResource.createHtmlRepresentation(ApplicationInfo applicationInfo)
          Creates a new HTML representation for a given ApplicationInfo instance describing an application.
protected  Representation WadlApplication.createHtmlRepresentation(ApplicationInfo applicationInfo)
          Creates a new HTML representation for a given ApplicationInfo instance describing an application.
protected  Representation WadlServerResource.createWadlRepresentation(ApplicationInfo applicationInfo)
          Creates a new WADL representation for a given ApplicationInfo instance describing an application.
protected  Representation WadlApplication.createWadlRepresentation(ApplicationInfo applicationInfo)
          Creates a new WADL representation for a given ApplicationInfo instance describing an application.
protected  void WadlServerResource.describe(ApplicationInfo applicationInfo)
          Updates the description of the parent application.
static void ResourceInfo.describe(ApplicationInfo applicationInfo, ResourceInfo info, Object resource, String path)
          Returns a WADL description of the current resource.
 ResourceInfo WadlDescribable.getResourceInfo(ApplicationInfo applicationInfo)
          Returns a full documented ResourceInfo instance.
 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-2013 Restlet.