Interface WadlDescribable

  • All Known Implementing Classes:
    WadlWrapper

    @Deprecated
    public interface WadlDescribable
    Deprecated.
    Will be removed in next major release.
    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.
    • Method Detail

      • getResourceInfo

        ResourceInfo getResourceInfo​(ApplicationInfo applicationInfo)
        Deprecated.
        Returns a full documented ResourceInfo instance.
        Parameters:
        applicationInfo - The parent WADL application descriptor.
        Returns:
        A full documented ResourceInfo instance.