org.restlet.ext.wadl
Interface WadlDescribable

All Known Implementing Classes:
WadlWrapper

public interface WadlDescribable

Interface that any Restlet can implement in order to provide their own WADL documentation. This is especially useful for subclasses of Directory or other resource finders when the WADL introspection can't reach ServerResource or better WadlServerResource instances.

Author:
Thierry Boileau

Method Summary
 ResourceInfo getResourceInfo(ApplicationInfo applicationInfo)
          Returns a full documented ResourceInfo instance.
 

Method Detail

getResourceInfo

ResourceInfo getResourceInfo(ApplicationInfo applicationInfo)
Returns a full documented ResourceInfo instance.

Parameters:
applicationInfo - The parent WADL application descriptor.
Returns:
A full documented ResourceInfo instance.


Copyright © 2005-2013 Restlet.