Package org.glassfish.jersey.server.wadl
Class WadlFeature
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.WadlFeature
-
- All Implemented Interfaces:
javax.ws.rs.core.Feature
public class WadlFeature extends java.lang.Object implements javax.ws.rs.core.FeatureFeature enabling WADL processing. The feature registers providers and binders needed to enable wadl in the jersey application. One of the providers iswadl model processorwhich enhances current resources by additional wadl resources like/application.wadland wadl options method.
-
-
Constructor Summary
Constructors Constructor Description WadlFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconfigure(javax.ws.rs.core.FeatureContext context)
-