|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.Uniform
org.restlet.Restlet
org.restlet.util.WrapperRestlet
org.restlet.ext.wadl.WadlWrapper
public abstract class WadlWrapper
Restlet WADL wrapper. Useful for application developer who need to provide the WADL documentation for a Restlet instance like a 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, getContext, getLogger, handle, isStarted, isStopped, setContext, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
init |
Methods inherited from class org.restlet.Uniform |
---|
delete, delete, get, get, handle, head, head, options, options, post, post, put, put |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WadlWrapper(Restlet wrappedRestlet)
wrappedRestlet
- The Restlet to wrap.Method Detail |
---|
public ResourceInfo getResourceInfo()
getResourceInfo
in interface WadlDescribable
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 |