public abstract class WadlWrapper extends WrapperRestlet implements WadlDescribable
Restlet instances. Useful if you need to provide the
WADL documentation for instances of classes such as Directory.| Constructor and Description |
|---|
WadlWrapper(Restlet wrappedRestlet)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
getResourceInfo()
Returns the description of the wrapped Restlet.
|
void |
setResourceInfo(ResourceInfo resourceInfo)
Sets the description of the wrapped Restlet.
|
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setName, setOwner, start, stopcreateFinder, finalize, getFinderClass, handle, handle, handle, setFinderClassclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceInfopublic WadlWrapper(Restlet wrappedRestlet)
wrappedRestlet - The Restlet to wrap.public ResourceInfo getResourceInfo()
public void setResourceInfo(ResourceInfo resourceInfo)
resourceInfo - The ResourceInfo object of the wrapped Restlet.Copyright © 2005–2015. All rights reserved.