|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Restlet
org.restlet.util.WrapperRestlet
org.restlet.ext.wadl.WadlWrapper
public abstract class WadlWrapper
WADL wrapper for Restlet
instances. Useful if you need to provide the
WADL documentation for instances of classes such as Directory
.
Constructor Summary | |
---|---|
WadlWrapper(Restlet wrappedRestlet)
Constructor. |
Method Summary | |
---|---|
ResourceInfo |
getResourceInfo()
Returns the description of the wrapped Restlet. |
void |
setResourceInfo(ResourceInfo resourceInfo)
Sets the description of the wrapped Restlet. |
Methods inherited from class org.restlet.util.WrapperRestlet |
---|
getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setName, setOwner, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
finalize |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.restlet.ext.wadl.WadlDescribable |
---|
getResourceInfo |
Constructor Detail |
---|
public WadlWrapper(Restlet wrappedRestlet)
wrappedRestlet
- The Restlet to wrap.Method Detail |
---|
public ResourceInfo getResourceInfo()
public void setResourceInfo(ResourceInfo resourceInfo)
resourceInfo
- The ResourceInfo object of the wrapped Restlet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |