Package org.restlet.ext.wadl
Interface WadlDescribable
-
- All Known Implementing Classes:
WadlWrapper
@Deprecated public interface WadlDescribableDeprecated.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 ofDirectoryor other resource finders when the WADL introspection can't reachServerResourceor betterWadlServerResourceinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResourceInfogetResourceInfo(ApplicationInfo applicationInfo)Deprecated.Returns a full documentedResourceInfoinstance.
-
-
-
Method Detail
-
getResourceInfo
ResourceInfo getResourceInfo(ApplicationInfo applicationInfo)
Deprecated.Returns a full documentedResourceInfoinstance.- Parameters:
applicationInfo- The parent WADL application descriptor.- Returns:
- A full documented
ResourceInfoinstance.
-
-