Package org.restlet.ext.wadl
Class WadlWrapper
- java.lang.Object
-
- org.restlet.Restlet
-
- org.restlet.util.WrapperRestlet
-
- org.restlet.ext.wadl.WadlWrapper
-
- All Implemented Interfaces:
WadlDescribable,Uniform
@Deprecated public abstract class WadlWrapper extends WrapperRestlet implements WadlDescribable
Deprecated.Will be removed in next major release.
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceInforesourceInfoDeprecated.The description of the wrapped Restlet.
-
Constructor Summary
Constructors Constructor Description WadlWrapper(Restlet wrappedRestlet)Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResourceInfogetResourceInfo()Deprecated.Returns the description of the wrapped Restlet.voidsetResourceInfo(ResourceInfo resourceInfo)Deprecated.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
createFinder, finalize, getFinderClass, handle, handle, handle, setFinderClass
-
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
-
-
-
-
Field Detail
-
resourceInfo
private ResourceInfo resourceInfo
Deprecated.The description of the wrapped Restlet.
-
-
Constructor Detail
-
WadlWrapper
public WadlWrapper(Restlet wrappedRestlet)
Deprecated.Constructor.- Parameters:
wrappedRestlet- The Restlet to wrap.
-
-
Method Detail
-
getResourceInfo
public ResourceInfo getResourceInfo()
Deprecated.Returns the description of the wrapped Restlet.- Returns:
- The ResourceInfo object of the wrapped Restlet.
-
setResourceInfo
public void setResourceInfo(ResourceInfo resourceInfo)
Deprecated.Sets the description of the wrapped Restlet.- Parameters:
resourceInfo- The ResourceInfo object of the wrapped Restlet.
-
-